diff options
Diffstat (limited to 'src/components/ReportDialog/SelectReportOptionView.tsx')
-rw-r--r-- | src/components/ReportDialog/SelectReportOptionView.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/ReportDialog/SelectReportOptionView.tsx b/src/components/ReportDialog/SelectReportOptionView.tsx index 405384476..4413cbe89 100644 --- a/src/components/ReportDialog/SelectReportOptionView.tsx +++ b/src/components/ReportDialog/SelectReportOptionView.tsx @@ -58,9 +58,6 @@ export function SelectReportOptionView({ } else if (props.params.type === 'convoMessage') { title = _(msg`Report this message`) description = _(msg`Why should this message be reviewed?`) - } else if (props.params.type === 'convoAccount') { - title = _(msg`Report this account`) - description = _(msg`Why should this account be reviewed?`) } return { |