From cded4cd82579dac35f3711730ae5be669a1ae9f7 Mon Sep 17 00:00:00 2001 From: alikia2x Date: Sun, 30 Mar 2025 18:42:24 +0800 Subject: [PATCH] fix: redundant 'key' attribute in HTML tag --- packages/frontend/src/pages/song/[id]/info.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/pages/song/[id]/info.astro b/packages/frontend/src/pages/song/[id]/info.astro index 9c0ed0a..566a1fa 100644 --- a/packages/frontend/src/pages/song/[id]/info.astro +++ b/packages/frontend/src/pages/song/[id]/info.astro @@ -164,7 +164,7 @@ interface Snapshot { {snapshots.map((snapshot: Snapshot) => ( - + {format(new Date(snapshot.created_at), 'yyyy-MM-dd HH:mm:ss', { locale: zhCN })} {snapshot.views} {snapshot.coins}