Integrate settings into design system and some various fixes/tweaks
This commit is contained in:
parent
d952c550ea
commit
62c6da3b9f
3 changed files with 12 additions and 9 deletions
|
|
@ -145,7 +145,7 @@ export const Menu = ({
|
|||
icon={<BellIcon style={pal.text as StyleProp<ViewStyle>} size="28" />}
|
||||
label="Notifications"
|
||||
url="/notifications"
|
||||
count={store.me.notificationCount || 10}
|
||||
count={store.me.notificationCount}
|
||||
/>
|
||||
</View>
|
||||
<View style={[styles.section, pal.border]}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue