diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-26 22:16:30 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-26 22:16:30 -0700 |
| commit | 1a47e30a98bd9d4742197ec8df1b5633ca110c42 (patch) | |
| tree | ba69280d404bfb03c9711c05bb94bdf187c63182 /src/components | |
| parent | c8d13360d76116236ee9f476db8840b455930163 (diff) | |
add share button for daily mv mode
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Result/index.tsx | 7 |
1 files changed, 0 insertions, 7 deletions
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<string>(''); - const now = new Date(); - const nextUtcMidnight = Date.UTC( - now.getUTCFullYear(), - now.getUTCMonth(), - now.getUTCDate() + 1, - 0, 0, 0 - ); React.useEffect(() => { const updateTimeLeft = () => { |
