Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
manglerRegistrering default false
Browse files Browse the repository at this point in the history
  • Loading branch information
jstnhlj committed Sep 7, 2023
1 parent ae74f37 commit 4c89e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo/demo-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export const hentDpInnsynSoknad = (): JSONValue => {
export const hentManglerRegistrering = () => {
const queryParam = hentDemoState(DemoData.MANGLER_REGISTRERING);
return {
manglerRegistrering: queryParam ? queryParam === 'true' : true,
manglerRegistrering: queryParam ? queryParam === 'true' : false,
};
};

Expand Down

0 comments on commit 4c89e0e

Please sign in to comment.