From 51194ec3f8273ad30c742c8cb222e1c4b4ed301d Mon Sep 17 00:00:00 2001 From: hole-thu Date: Mon, 20 Dec 2021 01:50:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8emoji?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Flows.js | 40 +++++++++++++--------------------------- 1 file changed, 13 insertions(+), 27 deletions(-) diff --git a/src/Flows.js b/src/Flows.js index ead8e33..8cf1efb 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -130,31 +130,22 @@ class Reply extends PureComponent { {info.name} )} {!!do_delete && !!info.can_del && ( - <> - { - do_delete('cid', info.cid); - }} - > - - -   - + { + do_delete('cid', info.cid); + }} + > 🗑️ )} {!!do_block && ( - <> - - - -   - + 🚫 )} {!!do_report && ( <> +   { do_delete('pid', info.pid); }} - > - - + > 🗑️ )} {!!do_block && ( - - + > 🚫 )} -   {info.cw !== null && (!do_edit_cw || !info.can_del) && ( {info.cw}