Skip to content

Commit

Permalink
Legge til midlertidig tekniskfeil feilmelding
Browse files Browse the repository at this point in the history
  • Loading branch information
nattaphongklinjan committed Apr 5, 2024
1 parent f45c80c commit 16b9244
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/arbeidssoker-status/ArbeidssokerStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ export function ArbeidssokerStatus() {
);
}

// Midlertidig feilmeling på grunn av teknisk feil i arbeidssøkerstaatus
return (
<div className={styles.arbeidssokerStatusContainer}>
<PortableText value={getRichText("arbeidssokers-status.er-registrert")} />
{/* <PortableText value={getRichText("arbeidssokers-status.er-registrert")} /> */}
<PortableText value={getRichText("arbeidssokers-status.teknisk-feil")} />
</div>
);
}

0 comments on commit 16b9244

Please sign in to comment.