diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-04-25 00:07:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-24 16:07:56 -0500 |
commit | b6a6b1bab4683ea9e9dcdcc1b10665246b8f8662 (patch) | |
tree | 188d2b66f43e5e435fd5301e4f997300bd7cf754 /src/view/shell/desktop/LeftNav.tsx | |
parent | 686f15a62b6cc90d2ee48dc1ace2410d3f80df9c (diff) | |
download | voidsky-b6a6b1bab4683ea9e9dcdcc1b10665246b8f8662.tar.zst |
fix pwi at 1300px (#8238)
Diffstat (limited to 'src/view/shell/desktop/LeftNav.tsx')
-rw-r--r-- | src/view/shell/desktop/LeftNav.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 5cef18ebf..7d7c0ac8d 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -571,7 +571,7 @@ export function DesktopLeftNav() { ]}> {hasSession ? ( <ProfileCard /> - ) : isDesktop ? ( + ) : !leftNavMinimal ? ( <View style={[a.pt_xl]}> <NavSignupCard /> </View> |