Skip to content

Commit

Permalink
fiks at dato viste invalid date pga dobbelt formatering
Browse files Browse the repository at this point in the history
  • Loading branch information
RamziAbuQassim committed Sep 27, 2024
1 parent 2bdbd15 commit ce95684
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ const AvsluttedeBehandlingerTabell = (props: { tabellBehandlinger: TabellBehandl
? formatDateTime(dataCellInfo.avsluttetTidspunkt)
: '-'}
</Table.DataCell>
<Table.DataCell>
{formatDateTime(dataCellInfo.mottattOpprettetTidspunkt)}
</Table.DataCell>
<Table.DataCell>{dataCellInfo.mottattOpprettetTidspunkt}</Table.DataCell>
<Table.DataCell>
{isSøknadMedEllerUtenBehandling(behandling) && (
<div className={styles.lukketSøknadIkonDataCell}>
Expand Down

0 comments on commit ce95684

Please sign in to comment.