From d959501ef1faad8ae312ef027d3c68fec6ccf7fd Mon Sep 17 00:00:00 2001 From: Claire Date: Sat, 16 Mar 2024 02:11:59 +0100 Subject: [PATCH] [Glitch] Fix extra separator besides favourite count on private posts Port 726e7ad0248495951c767197c06dc7127945569f to glitch-soc Signed-off-by: Claire --- .../glitch/features/status/components/detailed_status.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 31d90dd815..a5704665fd 100644 --- a/app/javascript/flavours/glitch/features/status/components/detailed_status.jsx +++ b/app/javascript/flavours/glitch/features/status/components/detailed_status.jsx @@ -322,7 +322,7 @@ class DetailedStatus extends ImmutablePureComponent {
{reblogLink} - · + {reblogLink && <>·} {favouriteLink}