Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luantr committed Nov 13, 2023
1 parent ff82735 commit c3875ab
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 97 deletions.
176 changes: 88 additions & 88 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"date-fns": "^2.29.3",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"next": "^14.0.0",
"next": "^14.0.2",
"openid-client": "^5.1.9",
"pino": "^8.14.1",
"react": "^18.2.0",
Expand Down
9 changes: 1 addition & 8 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,7 @@ function MyApp({ Component, pageProps }: AppProps) {
<OPErrorBoundary>
<QueryClientProvider client={queryClient}>
<main tabIndex={-1} id="maincontent" className="min-h-screen">
<>
{isAudienceSykmeldt ? (
<BreadcrumbsAppenderSM />
) : (
<BreadcrumbsAppenderAG />
)}
<Component {...pageProps} />
</>
<>hi</>
</main>

<TestScenarioDevTools />
Expand Down

0 comments on commit c3875ab

Please sign in to comment.