Skip to content

Commit

Permalink
Reverted the change done in searchEmoji function
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmathew900 committed Oct 30, 2023
1 parent 33e3192 commit 6e9631d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class EmojiSuggestionMenu extends React.Component {
}
};

searchEmoji = () =>
searchEmoji = async () =>
this.props.query ? SearchIndex.search(this.props.query) : [];

searchEmojiAndSetState = async () => {
Expand Down

0 comments on commit 6e9631d

Please sign in to comment.