We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e6f525 + deba671 commit 65ad401Copy full SHA for 65ad401
src/components/user-table/body/user-table-row.tsx
@@ -41,9 +41,7 @@ export const UserRow = (props: { idx: number; bruker: Bruker; aktivEnhet: OrNoth
41
</BodyShort>
42
<BodyShort size="small">{formatDateStr(vedtakStartet)}</BodyShort>
43
<UtkastStatusData status={status} />
44
- <BodyShort size="small" weight="semibold">
45
- {beslutterNavn || '–'}
46
- </BodyShort>
+ <BodyShort size="small">{beslutterNavn ?? '–'}</BodyShort>
47
<BodyShort size="small">{veilederNavn}</BodyShort>
48
<BodyShort size="small" className="user-table-row__innhold--dato">
49
<span>{formatDateStrWithMonthName(statusEndret)}</span>
0 commit comments