diff --git a/src/components/Article/Cover/components/ArticleBlock.tsx b/src/components/Article/Cover/components/ArticleBlock.tsx index f3be0f0..bd27947 100644 --- a/src/components/Article/Cover/components/ArticleBlock.tsx +++ b/src/components/Article/Cover/components/ArticleBlock.tsx @@ -33,22 +33,24 @@ function ArticleBlock({ article, index }: ArticleBlockProps) { {article.preinfo}
- {article.topic} + {article.img && ( + {article.topic} + )} {article.fullinfo}