Skip to content

Commit

Permalink
🚨 Send inn manglende key for å slippe rød tekst i lokal console
Browse files Browse the repository at this point in the history
  • Loading branch information
havstein committed Jan 7, 2025
1 parent 80ef341 commit fd0e714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/saksbilde/historikk/Historikk.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const HistorikkWithContent = (): ReactElement => {
return <Utbetalinghendelse key={it.id} {...it} />;
}
case 'Historikk': {
return <HistorikkHendelse hendelse={it} person={person} />;
return <HistorikkHendelse key={it.id} hendelse={it} person={person} />;
}
case 'VedtakBegrunnelse': {
return <VedtakBegrunnelsehendelse key={it.id} {...it} />;
Expand Down

0 comments on commit fd0e714

Please sign in to comment.