Skip to content

Commit f4421c2

Browse files
committed
prettier
1 parent e92603d commit f4421c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EmojiPicker/EmojiPicker.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function EmojiPicker({viewportOffsetTop}: EmojiPickerProps, ref: ForwardedRef<Em
5656
*
5757
* Don't directly get the ref from emojiPopoverAnchorRef, instead use getEmojiPopoverAnchor()
5858
*/
59-
const getEmojiPopoverAnchor = useCallback(() => emojiPopoverAnchorRef.current ?? emojiPopoverAnchorRef as EmojiPopoverAnchor, []);
59+
const getEmojiPopoverAnchor = useCallback(() => emojiPopoverAnchorRef.current ?? (emojiPopoverAnchorRef as EmojiPopoverAnchor), []);
6060

6161
/**
6262
* Show the emoji picker menu.

0 commit comments

Comments
 (0)