Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TMisiukiewicz committed Jan 26, 2024
1 parent 7d61634 commit d6789ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EmojiPicker/EmojiPickerMenu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function EmojiPickerMenu({forwardedRef, onEmojiSelected}) {
searchInputRef.current.focus();
}
},
[filteredEmojis, focusedIndex, isFocused, onEmojiSelected, preferredSkinTone],
[filteredEmojis, focusedIndex, highlightFirstEmoji, isFocused, onEmojiSelected, preferredSkinTone],
);

/**
Expand Down

0 comments on commit d6789ed

Please sign in to comment.