fix: modal jsx element warning

This commit is contained in:
kieran 2024-07-17 16:04:42 +01:00
parent 52fb0c2862
commit f7f52d1059
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -81,5 +81,5 @@ export default function Modal(props: ModalProps) {
</div>
</div>,
document.body,
);
) as JSX.Element;
}