Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Update NotifikasjonListeElement.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelegu committed Aug 4, 2023
1 parent 7c03d16 commit e0ee099
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,18 @@ export const NotifikasjonListeElement = (props: Props) => {
</div>

<div className='notifikasjon_liste_element-metadata'>
<Detail spacing={false} className='notifikasjon_liste_element-metadata-dato' size='small'>
<Detail className='notifikasjon_liste_element-metadata-dato' size='small'>
{sendtDatotekst(date)}
</Detail>
</div>
{notifikasjon.sak?.tittel ? <BodyShort spacing={false}>
{notifikasjon.sak?.tittel ? <BodyShort>
{notifikasjon.brukerKlikk?.klikketPaa ? (
notifikasjon.sak?.tittel
) : (
<strong>{notifikasjon.sak?.tittel}</strong>
)}
</BodyShort> : null}
<BodyShort spacing={false} className='notifikasjon_liste_element-virksomhetsnavn' size='small'>
<BodyShort className='notifikasjon_liste_element-virksomhetsnavn' size='small'>
{notifikasjon.virksomhet.navn.toUpperCase()}
</BodyShort>

Expand Down

0 comments on commit e0ee099

Please sign in to comment.