diff --git a/native/navigation/community-drawer-content.react.js b/native/navigation/community-drawer-content.react.js --- a/native/navigation/community-drawer-content.react.js +++ b/native/navigation/community-drawer-content.react.js @@ -37,7 +37,7 @@ const navigateToThread = useNavigateToThread(); const childThreadInfosMap = useSelector(childThreadInfos); - const setOpenCommunnityOrClose = React.useCallback((index: string) => { + const setOpenCommunityOrClose = React.useCallback((index: string) => { setOpenCommunity(open => (open === index ? null : index)); }, []); @@ -53,13 +53,13 @@ ); }, - [navigateToThread, openCommunity, setOpenCommunnityOrClose], + [navigateToThread, openCommunity, setOpenCommunityOrClose], ); const labelStylesObj = useStyles(labelUnboundStyles);