Merge branch 'ivansilvestre-main' into main
This commit is contained in:
commit
19ea6b6ae7
2 changed files with 2 additions and 1 deletions
|
@ -158,6 +158,7 @@ const styles = StyleSheet.create({
|
|||
alignItems: 'center',
|
||||
gap: 8,
|
||||
marginHorizontal: 12,
|
||||
marginTop: 8,
|
||||
},
|
||||
darkModeToggleIcon: {
|
||||
flexDirection: 'row',
|
||||
|
|
|
@ -36,7 +36,7 @@ const ShellInner = observer(() => {
|
|||
<FlatNavigator />
|
||||
</ErrorBoundary>
|
||||
</View>
|
||||
{isDesktop && (
|
||||
{isDesktop && store.session.hasSession && (
|
||||
<>
|
||||
<DesktopLeftNav />
|
||||
<DesktopRightNav />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue