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 (
- {gameLoading && isLoading ? ( + {(gameLoading || isLoading) ? ( ) : (