From 8e890ffe71fcddb64f37f40b18d64f3071cf4080 Mon Sep 17 00:00:00 2001 From: fearlessfe <505380967@qq.com> Date: Wed, 31 Jul 2024 14:17:37 +0800 Subject: [PATCH] fix: claims data --- src/pages/game/[game].tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/pages/game/[game].tsx b/src/pages/game/[game].tsx index 6738b8b..59fa071 100644 --- a/src/pages/game/[game].tsx +++ b/src/pages/game/[game].tsx @@ -10,9 +10,6 @@ import Skeleton from "react-loading-skeleton"; import { shortenAddress } from "@/utils"; import { formatSeconds, - formatTimestamp, - formatTtl, - getHumanDate, } from "@/utils/date"; const GameDetail = () => { @@ -26,7 +23,7 @@ const GameDetail = () => { }); return (