Merge branch 'ivansilvestre-main' into main
commit
19ea6b6ae7
|
@ -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…
Reference in New Issue