Desktop: hide the left panel and the invite codes from the main page if you are not logged in
This commit is contained in:
@@ -38,7 +38,7 @@ const ShellInner = observer(() => {
|
||||
</View>
|
||||
{isDesktop && (
|
||||
<>
|
||||
<DesktopLeftNav />
|
||||
{store.session.hasSession && <DesktopLeftNav />}
|
||||
<DesktopRightNav />
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user