Skip to content

Commit

Permalink
Fjern dobbeltvisning av ident
Browse files Browse the repository at this point in the history
  • Loading branch information
klechr committed Oct 29, 2024
1 parent 0b98695 commit 3443b55
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ export const SakshistorikkTabell = ({
{sakSnapshot.hendelsestype ===
"TA_EIERSKAP_I_SAK" && (
<Detail>
{
sakSnapshot.hendelseOpprettetAv
}{" "}
tok eierskap
Tok eierskap i sak
</Detail>
)}
{sakSnapshot.hendelsestype ===
Expand All @@ -97,12 +94,7 @@ export const SakshistorikkTabell = ({
</Detail>
)}
{sakSnapshot.status === "NY" && (
<Detail>
{
sakSnapshot.hendelseOpprettetAv
}{" "}
opprettet sak
</Detail>
<Detail>Opprettet sak</Detail>
)}
</Table.DataCell>
<Table.DataCell>
Expand Down

0 comments on commit 3443b55

Please sign in to comment.