Finish 'other' handling

This commit is contained in:
Eric Bailey
2025-10-08 21:16:04 -05:00
parent c79c8edc27
commit 1e08c898cc
2 changed files with 2 additions and 2 deletions
@@ -96,6 +96,8 @@ export const OTHER_REPORT_REASONS: Set<OzoneReportDefs.ReasonType> = new Set([
OzoneReportDefs.REASONHARASSMENTOTHER,
OzoneReportDefs.REASONMISLEADINGOTHER,
OzoneReportDefs.REASONRULEOTHER,
OzoneReportDefs.REASONSELFHARMOTHER,
OzoneReportDefs.REASONOTHER,
])
/**
@@ -18,7 +18,6 @@ export type ReportCategoryConfig = {
title: string
description: string
options: ReportOption[]
isOther?: boolean
}
export type ReportOption = {
@@ -246,7 +245,6 @@ export function useReportOptions() {
reason: OzoneReportDefs.REASONOTHER,
},
],
isOther: true,
},
}