Skip to content

Commit e37118f

Browse files
Merge pull request #2215 from navikt/Fikser-feil-i-LayoutContainer
Fikser feil i LayoutContainer
2 parents 0e8f9a7 + b0d247e commit e37118f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/nextjs/src/components/layouts/LayoutContainer.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export const LayoutContainer = ({
2020
layoutProps,
2121
layoutStyle,
2222
children,
23+
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
24+
pageProps,
2325
...divElementProps
2426
}: Props) => {
2527
const { editorView } = usePageContentProps();

0 commit comments

Comments
 (0)