From 16e38d9798a2d94ed03770b3f0f3dd7146540edf Mon Sep 17 00:00:00 2001 From: -akku- <151517253+akku1139@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:01:04 +0900 Subject: [PATCH] =?UTF-8?q?undefined=E3=81=AF=E3=83=A1=E3=83=B3=E3=83=90?= =?UTF-8?q?=E3=83=BC=E3=82=92=E6=8C=81=E3=81=9F=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ArticleCard.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ArticleCard.astro b/src/components/ArticleCard.astro index f654005..79c20c9 100644 --- a/src/components/ArticleCard.astro +++ b/src/components/ArticleCard.astro @@ -19,7 +19,7 @@ const { title, link, thumbnail, poster_name, poster_icon_url, tag }: Props = Ast
- {(tag.text !== undefined) && + {(tag !== undefined) &&
{tag}
}