diff --git a/src/components/status.jsx b/src/components/status.jsx index 7c29bec2..da3a88dc 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -260,6 +260,7 @@ function Status({ !previewMode && !spoilerText && !poll && + !card && !mediaAttachments?.length && contentLength > 0 && contentLength <= INLINE_TRANSLATE_LIMIT @@ -271,6 +272,7 @@ function Status({ previewMode, spoilerText, poll, + card, mediaAttachments, content, ]);