From 16be89be2bd05abc37d81c783667bbe5d9c957fa Mon Sep 17 00:00:00 2001 From: Noa Himesaka Date: Tue, 14 Nov 2023 19:38:43 +0900 Subject: [PATCH] fix reactions displayed twice --- .../glitch/features/status/components/detailed_status.jsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/javascript/flavours/glitch/features/status/components/detailed_status.jsx b/app/javascript/flavours/glitch/features/status/components/detailed_status.jsx index 3b6ad1d760..5d8fb5de14 100644 --- a/app/javascript/flavours/glitch/features/status/components/detailed_status.jsx +++ b/app/javascript/flavours/glitch/features/status/components/detailed_status.jsx @@ -347,14 +347,6 @@ class DetailedStatus extends ImmutablePureComponent { canReact={this.context.identity.signedIn} /> - -