diff --git a/src/components/status.jsx b/src/components/status.jsx index a9c34714..0e74cebb 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -434,8 +434,8 @@ function Status({ {!!card && !sensitive && !spoilerText && - (size === 'l' || - (size === 'm' && !poll && !mediaAttachments.length)) && ( + !poll && + !mediaAttachments.length && (