Bluesky app fork with some witchin' additions 💫

Restore notification count in BottomBar (#9554)

authored by surfdude29 and committed by GitHub 348e7fa3 df4e8883

Changed files
+1 -1
src
view
shell
bottom-bar
+1 -1
src/view/shell/bottom-bar/BottomBar.tsx
··· 418 418 a.rounded_full, 419 419 {backgroundColor: t.palette.primary_500}, 420 420 ]}> 421 - <Text style={styles.notificationCountLabel}>1</Text> 421 + <Text style={styles.notificationCountLabel}>{notificationCount}</Text> 422 422 </View> 423 423 ) : hasNew ? ( 424 424 <View style={[styles.hasNewBadge, a.rounded_full]} />