Skip to content

Commit

Permalink
chore: stake sidebar default closed
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMasayoshi committed Oct 1, 2024
1 parent e4ffb52 commit ef79dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/(evm)/stake/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const supportedNetworks = [ChainId.ETHEREUM]
export default function Layout({ children }: { children: React.ReactNode }) {
return (
<Providers>
<SidebarProvider>
<SidebarProvider defaultOpen={false}>
<Header chainId={ChainId.ETHEREUM} />
<SidebarContainer
selectedNetwork={ChainId.ETHEREUM}
Expand Down

0 comments on commit ef79dda

Please sign in to comment.