diff --git a/src/components/status.jsx b/src/components/status.jsx index 211beff6..44eadf81 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -1762,7 +1762,10 @@ function Card({ card, instance }) { {title}

- {description || providerName || authorName} + {description || + (!!publishedAt && ( + + ))}