diff options
Diffstat (limited to 'src/view/shell/mobile/index.tsx')
-rw-r--r-- | src/view/shell/mobile/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index d653944d1..e3e30decc 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -231,7 +231,7 @@ export const MobileShell: React.FC = observer(() => { transform: [{scale: newTabInterp.value}], })) - if (!store.session.isAuthed) { + if (!store.session.hasSession) { return ( <LinearGradient colors={['#007CFF', '#00BCFF']} |