Skip to content

Commit

Permalink
Vis kommune ved stilling ikke navn i sidebar under formidler-headingen
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoiv committed Jul 24, 2024
1 parent eaf2d6d commit fae2a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/saksbilde/venstremeny/FormidlerCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ export function FormidlerCard({ tittel, formidlerNavn, kommune, formidlerTelefon
icon={<PersonIcon />}
copyText={formidlerNavnFormatert}
copyKind="formidlers navn"
>{`${formidlerNavnFormatert} - ${storForbokstavIAlleOrd(kommune)}`}</CardRow>
>{`${formidlerNavnFormatert}`}</CardRow>
<CardRow
icon={<BriefcaseIcon />}
copyText={stilling}
copyKind="formidlers stilling"
>{`${storForbokstavIAlleOrd(stilling)}`}</CardRow>
>{`${storForbokstavIAlleOrd(stilling)} - ${storForbokstavIAlleOrd(kommune)}`}</CardRow>
<CardRow icon={<PhoneIcon />} copyText={formidlerTelefon} copyKind="formidlers telefon">
{formidlerTelefon}
</CardRow>
Expand Down

0 comments on commit fae2a2c

Please sign in to comment.