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 4099ec5a82..19290cbe33 100644 --- a/app/javascript/flavours/glitch/features/status/components/detailed_status.tsx +++ b/app/javascript/flavours/glitch/features/status/components/detailed_status.tsx @@ -243,12 +243,12 @@ export const DetailedStatus: React.FC<{ ); mediaIcons.push('video-camera'); } - } else if (status.get('spoiler_text').length === 0) { + } else if (status.get('card')) { media = ( ); mediaIcons.push('link');