Skip to content

Commit 60a69c1

Browse files
committed
fix: more eslint changes
1 parent b14e369 commit 60a69c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/EmojiPicker/EmojiPicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function EmojiPicker({viewportOffsetTop}: EmojiPickerProps, ref: ForwardedRef<Em
5252
const onEmojiSelected = useRef<OnEmojiSelected>(() => {});
5353
const activeEmoji = useRef<string | undefined>(undefined);
5454
const emojiSearchInput = useRef<BaseTextInputRef | null>(null);
55-
const composerToRefocusOnClose = useRef<ComposerType>();
55+
const composerToRefocusOnClose = useRef<ComposerType | undefined>(undefined);
5656
const {windowHeight} = useWindowDimensions();
5757
const {shouldUseNarrowLayout} = useResponsiveLayout();
5858

0 commit comments

Comments
 (0)