From 1a47e30a98bd9d4742197ec8df1b5633ca110c42 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 26 Jun 2026 22:16:30 -0700 Subject: add share button for daily mv mode --- src/components/Result/index.tsx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/components/Result') diff --git a/src/components/Result/index.tsx b/src/components/Result/index.tsx index 46959a6..21d1a1b 100644 --- a/src/components/Result/index.tsx +++ b/src/components/Result/index.tsx @@ -106,13 +106,6 @@ export function Result({ onPlayAgain, }: Props) { const [timeLeftStr, setTimeLeftStr] = useState(''); - const now = new Date(); - const nextUtcMidnight = Date.UTC( - now.getUTCFullYear(), - now.getUTCMonth(), - now.getUTCDate() + 1, - 0, 0, 0 - ); React.useEffect(() => { const updateTimeLeft = () => { -- cgit v1.2.3