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')} + /> +