From d9f0972961c708ee51155e420e31884d9f5b8124 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Wed, 28 Aug 2024 17:40:33 +0000 Subject: [PATCH] added more report options (2) --- src/pages/innerMod.tsx | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/src/pages/innerMod.tsx b/src/pages/innerMod.tsx index 8182939..49c6df8 100644 --- a/src/pages/innerMod.tsx +++ b/src/pages/innerMod.tsx @@ -513,7 +513,9 @@ const ReportPopup = ({ aTag, handleClose }: ReportPopupProps) => { spam: false, scam: false, notAGameMod: false, - stolenGameMod: false + stolenGameMod: false, + wasntTaggedNSFW: false, + otherReason: false }) const [isLoading, setIsLoading] = useState(false) const [loadingSpinnerDesc, setLoadingSpinnerDesc] = useState('') @@ -712,6 +714,30 @@ const ReportPopup = ({ aTag, handleClose }: ReportPopupProps) => { onChange={() => handleCheckboxChange('stolenGameMod')} /> +
+ + handleCheckboxChange('wasntTaggedNSFW')} + /> +
+
+ + handleCheckboxChange('otherReason')} + /> +