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

Commit

Permalink
Viser utloggingsvarsel permanent i dev
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeofnorway committed Aug 28, 2023
1 parent 7a138a1 commit 594efa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/komponenter/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export const Header = () => {
{useSimpleHeader ? <HeaderSimple /> : <HeaderRegular />}
</header>
<Driftsmeldinger />
<LogoutWarning />
{(PARAMS.LOGOUT_WARNING || ENV === 'dev') && <LogoutWarning />}
{(breadcrumbs.length > 0 || availableLanguages.length > 0) && (
// Klassen "decorator-utils-container" brukes av appene til å sette bakgrunn
<div
Expand Down

0 comments on commit 594efa0

Please sign in to comment.