Skip to content

Commit cb76e0d

Browse files
committed
small pickup
Signed-off-by: Yi Cai <[email protected]>
1 parent 015669a commit cb76e0d

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/components/Root

1 file changed

+1
-1
lines changed

packages/app/src/components/Root/Root.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export const Root = ({ children }: PropsWithChildren<{}>) => {
264264
<SidebarPage>
265265
<ApplicationHeaders position="above-main-content" />
266266
<Sidebar>
267-
<SidebarLogo />
267+
{showLogo && <SidebarLogo />}
268268
{showSearch ? (
269269
<>
270270
<SidebarGroup label="Search" icon={<SearchIcon />} to="/search">

0 commit comments

Comments
 (0)