Skip to content

Commit

Permalink
Fiks typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebassonav committed Jan 21, 2025
1 parent c14fda6 commit 38c9809
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const TrygdetidPerioder = ({
<>
{mapResult(sjekkOmAvodedHarTTIPesysStatus, {
initial: null,
pending: <Spinner label="Sjekker om avdøed har trygdetidsgrunnlag i Pesys" />,
pending: <Spinner label="Sjekker om avdøede har trygdetidsgrunnlag i Pesys" />,
error: () => <Alert variant="warning">Kunne ikke sjekke trygdetidsgrunnag i Pesys</Alert>,
success: (harTrygdetidsgrunnlagIPesys) => {
return (
Expand Down

0 comments on commit 38c9809

Please sign in to comment.