diff --git a/app/javascript/flavours/glitch/components/status.jsx b/app/javascript/flavours/glitch/components/status.jsx index e5693a94df..f71fd40f77 100644 --- a/app/javascript/flavours/glitch/components/status.jsx +++ b/app/javascript/flavours/glitch/components/status.jsx @@ -781,7 +781,7 @@ class Status extends ImmutablePureComponent { }, 'focusable'); const {statusContentProps, hashtagBar} = getHashtagBarForStatus(status); - media.push(hashtagBar); + contentMedia.push(hashtagBar); return ( 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 99e6e63e04..bf41aa931d 100644 --- a/app/javascript/flavours/glitch/features/status/components/detailed_status.jsx +++ b/app/javascript/flavours/glitch/features/status/components/detailed_status.jsx @@ -305,6 +305,7 @@ class DetailedStatus extends ImmutablePureComponent { } const {statusContentProps, hashtagBar} = getHashtagBarForStatus(status); + contentMedia.push(hashtagBar); return (
@@ -331,8 +332,6 @@ class DetailedStatus extends ImmutablePureComponent { {...statusContentProps} /> - {hashtagBar} -