update: comment with a name

This commit is contained in:
Ana
2025-07-23 17:21:17 -07:00
parent 8f1cd86115
commit a3b188baec
+1
View File
@@ -229,6 +229,7 @@ export function MessagesScreenInner({navigation, route}: Props) {
return listenSoftReset(onSoftReset)
}, [onSoftReset, isScreenFocused])
// NOTE(APiligrim)
// Show empty state only if there are no conversations at all
const actualConversations = conversations.filter(
item => item.type === 'CONVERSATION',