diff --git a/app/javascript/mastodon/components/status.jsx b/app/javascript/mastodon/components/status.jsx index 5e72d8e545..c909f9f0b1 100644 --- a/app/javascript/mastodon/components/status.jsx +++ b/app/javascript/mastodon/components/status.jsx @@ -566,7 +566,7 @@ class Status extends ImmutablePureComponent { /> ); } - } else if (status.get('tagged_collections').size) { + } else if (status.get('tagged_collections').size && !status.get('quote')) { const firstLinkedCollection = status.get('tagged_collections').first(); if (firstLinkedCollection) { media = (