diff --git a/src/components/NsfwAlertPopup.tsx b/src/components/NsfwAlertPopup.tsx index 1685a97..a9b94d8 100644 --- a/src/components/NsfwAlertPopup.tsx +++ b/src/components/NsfwAlertPopup.tsx @@ -24,7 +24,10 @@ export const NsfwAlertPopup = ({ { + handleConfirm(false) + handleClose() + }} handleConfirm={(confirm: boolean) => { setConfirmNsfw(confirm) handleConfirm(confirm)