From c79c8edc2774a814b53c33be7b65ea2d5eb26b68 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 8 Oct 2025 21:14:03 -0500 Subject: [PATCH] Just remove sort --- .../moderation/ReportDialog/utils/useReportOptions.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/components/moderation/ReportDialog/utils/useReportOptions.ts b/src/components/moderation/ReportDialog/utils/useReportOptions.ts index 70fc99f359..e0c68e08dd 100644 --- a/src/components/moderation/ReportDialog/utils/useReportOptions.ts +++ b/src/components/moderation/ReportDialog/utils/useReportOptions.ts @@ -18,7 +18,6 @@ export type ReportCategoryConfig = { title: string description: string options: ReportOption[] - sort: number isOther?: boolean } @@ -36,7 +35,6 @@ export function useReportOptions() { key: 'misleading', title: _(msg`Misleading`), description: _(msg`Spam, scams, bots, false info, or impersonation`), - sort: 5, options: [ { title: _(msg`Spam`), @@ -68,7 +66,6 @@ export function useReportOptions() { key: 'sexualAdultContent', title: _(msg`Sexual and adult content`), description: _(msg`Adult, child or animal sexual abuse`), - sort: 3, options: [ { title: _(msg`Unlabeled adult content`), @@ -102,7 +99,6 @@ export function useReportOptions() { description: _( msg`Targeted attacks, hate speech, or organized harassment`, ), - sort: 4, options: [ { title: _(msg`Trolling`), @@ -132,7 +128,6 @@ export function useReportOptions() { description: _( msg`Content harming or endangering minors' safety and wellbeing`, ), - sort: 1, options: [ { title: _(msg`Child Sexual Abuse Material (CSAM)`), @@ -159,7 +154,6 @@ export function useReportOptions() { violencePhysicalHarm: { key: 'violencePhysicalHarm', title: _(msg`Violence or physical harm`), - sort: 2, description: _(msg`Threats, calls for violence, or graphic content`), options: [ { @@ -196,7 +190,6 @@ export function useReportOptions() { key: 'selfHarm', title: _(msg`Self-harm`), description: _(msg`Harmful or high-risk activities`), - sort: 7, options: [ { title: _(msg`Content promoting or depicting self-harm`), @@ -224,7 +217,6 @@ export function useReportOptions() { key: 'ruleBreaking', title: _(msg`Breaking network rules`), description: _(msg`Hacking, stolen content, or prohibited sales`), - sort: 6, options: [ { title: _(msg`Hacking or system attacks`), @@ -248,7 +240,6 @@ export function useReportOptions() { key: 'other', title: _(msg`Other`), description: _(msg`An issue not included in these options`), - sort: 8, options: [ { title: _(msg`Other`),