diff --git a/app/javascript/mastodon/components/status.jsx b/app/javascript/mastodon/components/status.jsx index 39b6e89902..0f9d751eb3 100644 --- a/app/javascript/mastodon/components/status.jsx +++ b/app/javascript/mastodon/components/status.jsx @@ -588,10 +588,10 @@ class Status extends ImmutablePureComponent { {...statusContentProps} /> - {children} - {media} {hashtagBar} + + {children} )} diff --git a/app/javascript/mastodon/features/status/components/detailed_status.tsx b/app/javascript/mastodon/features/status/components/detailed_status.tsx index 650e439348..ec6aa003e2 100644 --- a/app/javascript/mastodon/features/status/components/detailed_status.tsx +++ b/app/javascript/mastodon/features/status/components/detailed_status.tsx @@ -377,12 +377,12 @@ export const DetailedStatus: React.FC<{ {...(statusContentProps as any)} /> + {media} + {hashtagBar} + {status.get('quote') && ( )} - - {media} - {hashtagBar} )}