From 550b6cb73cdc8d5b3f1c62849bdbe763ea52f455 Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Thu, 30 Jul 2026 09:27:41 +0800 Subject: [PATCH] fix: prettier format useCountdown --- .../src/components/auth/BindContactModal/hooks/useCountdown.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/web/src/components/auth/BindContactModal/hooks/useCountdown.ts b/apps/web/src/components/auth/BindContactModal/hooks/useCountdown.ts index e21c96f35..79218e366 100644 --- a/apps/web/src/components/auth/BindContactModal/hooks/useCountdown.ts +++ b/apps/web/src/components/auth/BindContactModal/hooks/useCountdown.ts @@ -36,5 +36,4 @@ export const useCountdown = (initialSeconds = 60) => { start, reset, } -} - +} \ No newline at end of file