Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronknott committed Aug 16, 2023
1 parent d2b8d14 commit 0272a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/modal/modal.tsx
Expand Up @@ -67,7 +67,7 @@ export const ModalComponent = ({
visible={open}
onClose={(): void => close()}
className="masa-rodal-container"
customStyles={{maxWidth: '100%'}}
customStyles={{ maxWidth: '100%' }}
>
<div className="masa-modal">
<div className="masa-modal-container">{children}</div>
Expand Down
2 changes: 1 addition & 1 deletion src/refactor/ui/components/modals/modal.tsx
Expand Up @@ -23,7 +23,7 @@ export const Modal = ({
closeOnEsc
width={550}
height={615}
customStyles={{maxWidth: '100%'}}
customStyles={{ maxWidth: '100%' }}
>
<div className="masa-modal">
<div className="masa-modal-container">{children}</div>
Expand Down

0 comments on commit 0272a1b

Please sign in to comment.