Skip to content

Commit aecd2f4

Browse files
committed
test to fix the building error
1 parent 09a2060 commit aecd2f4

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

src/components/shared/modals/Modal.tsx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,11 @@ export const Modal = forwardRef<ModalHandle, PropsWithChildren<ModalProps>>(
8989
</h2>
9090
</header>
9191

92-
{children}
93-
</section>
94-
</div>
95-
</FocusTrap>
96-
),
97-
document.body,
98-
);
99-
},
100-
);
92+
{children}
93+
</section>
94+
</div>
95+
</FocusTrap>,
96+
document.body,
97+
);
98+
99+
});

0 commit comments

Comments
 (0)