diff options
author | Ana <anastasiyauraleva@gmail.com> | 2025-07-23 17:21:17 -0700 |
---|---|---|
committer | Ana <anastasiyauraleva@gmail.com> | 2025-07-23 20:01:03 -0700 |
commit | a3b188baecc34872e1ccda446d2b7b2f2064f727 (patch) | |
tree | de3feda2a7766d7c77832b3e60955c5d269a2b81 | |
parent | 8f1cd861151309c84d805e8df7be0081a2a57b14 (diff) | |
download | voidsky-a3b188baecc34872e1ccda446d2b7b2f2064f727.tar.zst |
update: comment with a name
-rw-r--r-- | src/screens/Messages/ChatList.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/Messages/ChatList.tsx b/src/screens/Messages/ChatList.tsx index 5f06945b1..c37a025cc 100644 --- a/src/screens/Messages/ChatList.tsx +++ b/src/screens/Messages/ChatList.tsx @@ -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', |