Skip to content

Commit 59a32ee

Browse files
committed
fix: remove erroneous unread indicator from drafts tab
1 parent 1452240 commit 59a32ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/SampleApp/src/components/BottomTabs.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ const getTab = (key: string) => {
5050
icon: <DraftsTab />,
5151
iconActive: <DraftsTab active />,
5252
title: 'Drafts',
53-
notification: <ChannelsUnreadCountBadge />,
5453
};
5554
case 'ThreadsScreen':
5655
return {

0 commit comments

Comments
 (0)