From 7da1d8cdf79c62bc3ddda1ed5208fcc05f56b5b0 Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Mon, 23 Aug 2021 15:19:23 +0800 Subject: [PATCH] Add icon to "Show/Hide Reply" --- ui/component/comment/view.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ui/component/comment/view.jsx b/ui/component/comment/view.jsx index 6e3d03e9b..6d3c6dc62 100644 --- a/ui/component/comment/view.jsx +++ b/ui/component/comment/view.jsx @@ -373,13 +373,19 @@ function Comment(props: Props) { setPage(1); } }} + icon={ICONS.DOWN} /> )} {numDirectReplies > 0 && showReplies && (
-
)}