remove async

This commit is contained in:
Hailey
2024-05-16 11:59:22 -07:00
parent 6d81cef593
commit 288279b79d
+1 -1
View File
@@ -103,7 +103,7 @@ function ChatListItemReady({
setShowActions(true) setShowActions(true)
}, []) }, [])
const onPress = useCallback(async () => { const onPress = useCallback(() => {
navigation.push('MessagesConversation', { navigation.push('MessagesConversation', {
conversation: convo.id, conversation: convo.id,
}) })