From 914d46215fd955bc9045909d6e42bfb2f9a99331 Mon Sep 17 00:00:00 2001 From: Fushihara <1039534+fushihara@users.noreply.github.com> Date: Wed, 25 Sep 2024 21:21:07 +0900 Subject: =?UTF-8?q?=E8=A8=98=E4=BA=8B=E3=83=87=E3=83=BC=E3=82=BF=E3=81=AE?= =?UTF-8?q?=E6=8C=81=E3=81=A1=E6=96=B9=E3=82=92=E4=BF=AE=E6=AD=A3=20?= =?UTF-8?q?=E3=83=93=E3=83=AB=E3=83=89=E6=99=82=E3=81=AB1=E3=83=9A?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=81=A5=E3=81=A4=E3=82=A4=E3=83=B3=E3=82=B9?= =?UTF-8?q?=E3=82=BF=E3=83=B3=E3=82=B9=E3=81=8C=E7=A0=B4=E6=A3=84=E3=81=95?= =?UTF-8?q?=E3=82=8C=E3=82=8B=E3=81=A8=E6=80=9D=E3=81=84=E3=81=93=E3=82=93?= =?UTF-8?q?=E3=81=A7=E3=81=84=E3=81=A6=E6=AF=8E=E5=9B=9E=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=A4=E3=83=AB=E3=81=AE=E8=AA=AD=E3=81=BF=E8=BE=BC=E3=81=BF?= =?UTF-8?q?=E3=81=8B=E3=82=89=E3=82=84=E3=82=8A=E7=9B=B4=E3=81=97=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/article/_components/articleListElement.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/article/_components') diff --git a/src/app/article/_components/articleListElement.tsx b/src/app/article/_components/articleListElement.tsx index 0fe3d70..5437c04 100644 --- a/src/app/article/_components/articleListElement.tsx +++ b/src/app/article/_components/articleListElement.tsx @@ -5,7 +5,7 @@ dateformat.i18n.dayNames = [ '日', '月', '火', '水', '木', '金', '土', '日曜日', '月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日' ]; -type DisplayData = Awaited>[number]; +type DisplayData = Awaited>["articles"][number]; export function ArticleListElement(displayData: DisplayData[]) { return ( -- cgit v1.2.3