Skip to content

Commit 90ede04

Browse files
committed
ShellBar is hidden on location.href
1 parent f6d14d0 commit 90ede04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Core/ShellBar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export function ShellBarComponent() {
106106
<>
107107
<ShellBar
108108
className={styles.TestShellbar}
109+
hidden={window.location.href.includes('compact-mode')}
109110
profile={<Avatar initials={generateInitialsForEmail(auth.user?.email)} size="XS" />}
110111
startButton={
111112
<div className={styles.container}>

0 commit comments

Comments
 (0)