From 67a5689e4b933789d4319a1963ba63013f5d2cf0 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Fri, 16 Jun 2023 16:57:30 -0400 Subject: [PATCH] Tweak --- components/login-button.tsx | 1 - components/user-menu.tsx | 17 ++++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/components/login-button.tsx b/components/login-button.tsx index 2d49553..5dce9bb 100644 --- a/components/login-button.tsx +++ b/components/login-button.tsx @@ -19,7 +19,6 @@ export function LoginButton({ ...props }: LoginButtonProps) { const [isLoading, setIsLoading] = React.useState(false) - return (