diff --git a/packages/mobile/src/screens/ChannelList/ChannelList.screen.tsx b/packages/mobile/src/screens/ChannelList/ChannelList.screen.tsx index d49f7796c7..1772f99d32 100644 --- a/packages/mobile/src/screens/ChannelList/ChannelList.screen.tsx +++ b/packages/mobile/src/screens/ChannelList/ChannelList.screen.tsx @@ -37,7 +37,7 @@ export const ChannelListScreen: FC = () => { ) return } - }, [dispatch]) + }, [dispatch, usernameTaken, duplicateCerts]) const redirect = useCallback( (id: string) => {