Restore notification count in BottomBar (#9554)

(cherry picked from commit 348e7fa379)
This commit is contained in:
surfdude29
2025-12-15 15:15:52 +00:00
committed by Eric Bailey
parent df4e888347
commit 6056c6978d
+1 -1
View File
@@ -418,7 +418,7 @@ function Btn({
a.rounded_full,
{backgroundColor: t.palette.primary_500},
]}>
<Text style={styles.notificationCountLabel}>1</Text>
<Text style={styles.notificationCountLabel}>{notificationCount}</Text>
</View>
) : hasNew ? (
<View style={[styles.hasNewBadge, a.rounded_full]} />