Skip to content

Commit

Permalink
fix annoying bug with tab selection
Browse files Browse the repository at this point in the history
  • Loading branch information
sickelap committed Dec 4, 2024
1 parent fd5d826 commit af6a46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/AppShellProtected.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function AppShellProtected() {
transitionDuration={0}
>
<AppShell.Header>
<TopMenu toggleSidebar={toggleSidebar} />;
<TopMenu toggleSidebar={toggleSidebar} />
</AppShell.Header>
<AppShell.Navbar>
<SideMenuNarrow />
Expand Down

0 comments on commit af6a46f

Please sign in to comment.