diff --git a/app/javascript/flavours/glitch/components/status.jsx b/app/javascript/flavours/glitch/components/status.jsx index b1c6fbb4ce..4b5c23280d 100644 --- a/app/javascript/flavours/glitch/components/status.jsx +++ b/app/javascript/flavours/glitch/components/status.jsx @@ -735,10 +735,10 @@ class Status extends ImmutablePureComponent { {...statusContentProps} /> - {children} - {media} {hashtagBar} + + {children} )} diff --git a/app/javascript/flavours/glitch/features/status/components/detailed_status.tsx b/app/javascript/flavours/glitch/features/status/components/detailed_status.tsx index 9e772837e1..c474a3eeb3 100644 --- a/app/javascript/flavours/glitch/features/status/components/detailed_status.tsx +++ b/app/javascript/flavours/glitch/features/status/components/detailed_status.tsx @@ -414,12 +414,12 @@ export const DetailedStatus: React.FC<{ {...(statusContentProps as any)} /> + {media} + {hashtagBar} + {status.get('quote') && ( )} - - {media} - {hashtagBar} )}