Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Aug 17, 2024
1 parent 00233f0 commit bc51410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/ModalContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function ModalContent({children, onDismiss = () => {}, onModalWillShow = () => {
React.useEffect(() => {
onModalWillShow();
return onDismiss;
// eslint-disable-next-line react-compiler/react-compiler, react-hooks/exhaustive-deps
// eslint-disable-next-line react-compiler/react-compiler, react-hooks/exhaustive-deps
}, []);
return children;
}
Expand Down

0 comments on commit bc51410

Please sign in to comment.