Skip to content

Commit

Permalink
Merge pull request #289 from nolanlawson/nolan/issue-201
Browse files Browse the repository at this point in the history
fix: fix emoji.id undefined error
  • Loading branch information
nolanlawson authored Mar 12, 2019
2 parents e3106ac + 12c2abb commit 5ef7a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/picker/nimble-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ export default class NimblePicker extends React.PureComponent {

if (
this.SEARCH_CATEGORY.emojis &&
this.SEARCH_CATEGORY.emojis.length &&
(emoji = getSanitizedData(
this.SEARCH_CATEGORY.emojis[0],
this.state.skin,
Expand Down

0 comments on commit 5ef7a2a

Please sign in to comment.