Desktop: hide the left panel and the invite codes from the main page if you are not logged in
This commit is contained in:
parent
e58fe2e204
commit
caab6309df
2 changed files with 3 additions and 2 deletions
|
@ -38,7 +38,7 @@ const ShellInner = observer(() => {
|
|||
</View>
|
||||
{isDesktop && (
|
||||
<>
|
||||
<DesktopLeftNav />
|
||||
{store.session.hasSession && <DesktopLeftNav />}
|
||||
<DesktopRightNav />
|
||||
</>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue