Merge pull request #289 from nolanlawson/nolan/issue-201

fix: fix emoji.id undefined error
nolan/hinaloe-test
Nolan Lawson 2019-03-12 08:20:55 -07:00 committed by GitHub
commit 5ef7a2a7da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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,