Skip to content

Commit

Permalink
nå da
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddsor committed Oct 5, 2023
1 parent cc0f588 commit 9d114a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/komponenter/modal/BekreftelseModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const BekreftelseModal: React.FunctionComponent<Props> = (props) => {
};

return (
<div className={cls.className + (props.className ? ' ' + props.className : undefined)}>
<div className={cls.className + (props.className ? ' ' + props.className : '')}>
<Modal
style={props.style}
open={props.modalIsOpen}
Expand Down

0 comments on commit 9d114a9

Please sign in to comment.