tracker tasks create modal

This commit is contained in:
Mikola
2023-09-13 17:46:56 +03:00
parent a84672f76f
commit a3ff812b8a
2 changed files with 113 additions and 102 deletions

View File

@ -18,7 +18,9 @@ export const ModalLayout = ({
>
<div
className={
styles ? `modal-layout__content ${styles}` : `modal-layout__content ${type}`
styles
? `modal-layout__content ${styles}`
: `modal-layout__content ${type}`
}
onClick={(e) => e.stopPropagation()}
>