diff --git a/app/javascript/mastodon/features/status/components/detailed_status.tsx b/app/javascript/mastodon/features/status/components/detailed_status.tsx index deb330b9a0..f004398fea 100644 --- a/app/javascript/mastodon/features/status/components/detailed_status.tsx +++ b/app/javascript/mastodon/features/status/components/detailed_status.tsx @@ -221,12 +221,12 @@ export const DetailedStatus: React.FC<{ /> ); } - } else if (status.get('spoiler_text').length === 0) { + } else if (status.get('card')) { media = ( ); }