Restore notification count in BottomBar (#9554)

This commit is contained in:
surfdude29
2025-12-15 15:15:52 +00:00
committed by GitHub
parent df4e888347
commit 348e7fa379
+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]} />