From 33be9c7cff430ec2c7bfa828df7bc9c89cfab22d Mon Sep 17 00:00:00 2001 From: Untone Date: Sun, 21 Jan 2024 15:02:09 +0300 Subject: [PATCH] trailing-space-blockade-brokeup --- src/components/Nav/AuthModal/EmailConfirm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Nav/AuthModal/EmailConfirm.tsx b/src/components/Nav/AuthModal/EmailConfirm.tsx index b2b7c1aa..302780e8 100644 --- a/src/components/Nav/AuthModal/EmailConfirm.tsx +++ b/src/components/Nav/AuthModal/EmailConfirm.tsx @@ -29,7 +29,7 @@ export const EmailConfirm = () => { }) createEffect(() => { - if (authError()) console.debug('[AuthModal.EmailConfirm] auth error: ', authError()) + if (authError()) console.debug('[AuthModal.EmailConfirm] auth error:', authError()) }) return (