diff --git a/src/components/dms/InitiateChatFlow.tsx b/src/components/dms/InitiateChatFlow.tsx index fdf37be24b..f58d168cbe 100644 --- a/src/components/dms/InitiateChatFlow.tsx +++ b/src/components/dms/InitiateChatFlow.tsx @@ -707,12 +707,14 @@ function NewGroupChatButton({onPress}: {onPress: () => void}) { const t = useTheme() const {t: l} = useLingui() - const handleOnPress = () => { - onPress() - } - return ( -