mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-06 00:56:58 +00:00
fix: the most strange error caught on github
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user