Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
od41 committed Nov 15, 2023
1 parent e0dfdd3 commit a98f70f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/nextjs/src/app/dapp/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ export const metadata: Metadata = {
}

export default function DappLayout({
children,
rightSidebarContent
children
}: {
children: React.ReactNode
rightSidebarContent: React.ReactNode
}) {
return (
<>
Expand Down

0 comments on commit a98f70f

Please sign in to comment.