Merge branch 'ivansilvestre-main' into main
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user