Skip to content

Commit

Permalink
Remove unused props
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed Oct 9, 2023
1 parent eb67d89 commit 9253c77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/felles-komponenter/modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ interface Props {
contentClass?: string;
onRequestClose?(): void;
tilbakeLenke?: { tekst: string; onTilbakeKlikk: MouseEventHandler };
// contentLabel: string;
// ariaLabelledby?: string;
}

const Modal = (props: Props) => {
Expand Down

0 comments on commit 9253c77

Please sign in to comment.