Hide both the left and right nav on desktop when logged out
This commit is contained in:
parent
7a7b99d033
commit
e77c616970
2 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ export const DesktopRightNav = observer(function DesktopRightNav() {
|
|||
/>
|
||||
</View>
|
||||
</View>
|
||||
{store.session.hasSession && <InviteCodes />}
|
||||
<InviteCodes />
|
||||
<View>
|
||||
<TouchableOpacity
|
||||
style={[styles.darkModeToggle]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue