From 9d4947c60c34c384e4e56a74de70fd89ed4cfb60 Mon Sep 17 00:00:00 2001 From: Jeong Arm Date: Wed, 14 Dec 2022 17:47:37 +0900 Subject: [PATCH] Reverse 'Hide/Show all' icon for thread view --- app/javascript/mastodon/features/status/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/status/index.jsx b/app/javascript/mastodon/features/status/index.jsx index 8da3d7e11a..e43b0a99b2 100644 --- a/app/javascript/mastodon/features/status/index.jsx +++ b/app/javascript/mastodon/features/status/index.jsx @@ -658,7 +658,7 @@ class Status extends ImmutablePureComponent { showBackButton multiColumn={multiColumn} extraButton={( - + )} />