fix: the most strange error caught on github

This commit is contained in:
2023-10-21 18:16:06 +02:00
parent 4579f0b9fc
commit b609e930f3

View File

@@ -31,7 +31,6 @@ export default function AnalyticsNotice() {
const [modalOpen, setModalOpen] = React.useState(false);
const handleModalOpen = () => setModalOpen(true);
const handleModalClose = () => setModalOpen(false);
const handleClose = (_event?: React.SyntheticEvent | Event, reason?: string) => {
if (reason === 'clickaway') {
return;