Skip to content

Commit

Permalink
Lagt til Header på versjon modal (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusRom authored Sep 29, 2023
1 parent c847f38 commit a72fce7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/komponenter/modal/VersjonModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ const VersjonModal: React.FunctionComponent<Props> = (props) => {
open={props.isOpen}
onClose={() => props.lukkModal()}
>
<Modal.Body>
<Modal.Header>
<SkjemaTittel>Versjon {props.avtaleInnhold.versjon}</SkjemaTittel>
</Modal.Header>
<Modal.Body>

{oppsummeringType[props.tiltakstype]}
</Modal.Body>
</Modal>
Expand Down

0 comments on commit a72fce7

Please sign in to comment.