Skip to content

Commit 65ad401

Browse files
Merge pull request #330 from navikt/remove-bold-from-kvalitetssikrer-column
Fjernet bold fra kolonnen kvalitetssikrer
2 parents 0e6f525 + deba671 commit 65ad401

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/user-table/body/user-table-row.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ export const UserRow = (props: { idx: number; bruker: Bruker; aktivEnhet: OrNoth
4141
</BodyShort>
4242
<BodyShort size="small">{formatDateStr(vedtakStartet)}</BodyShort>
4343
<UtkastStatusData status={status} />
44-
<BodyShort size="small" weight="semibold">
45-
{beslutterNavn || '–'}
46-
</BodyShort>
44+
<BodyShort size="small">{beslutterNavn ?? '–'}</BodyShort>
4745
<BodyShort size="small">{veilederNavn}</BodyShort>
4846
<BodyShort size="small" className="user-table-row__innhold--dato">
4947
<span>{formatDateStrWithMonthName(statusEndret)}</span>&nbsp;

0 commit comments

Comments
 (0)