From d0bfe703d9882c82a9ca167170a716625945ca63 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 20 May 2024 13:49:20 -0500 Subject: [🐴] Switch back to encouraging users to report messages (#4117) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Swap prompt back in * Remove unused convoAccount affordances --- src/components/ReportDialog/SelectReportOptionView.tsx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/components/ReportDialog/SelectReportOptionView.tsx') 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 { -- cgit 1.4.1