diff --git a/packages/app/components/misc/Support/index.tsx b/packages/app/components/misc/Support/index.tsx
index ec57c0a4b..ab034ab6f 100644
--- a/packages/app/components/misc/Support/index.tsx
+++ b/packages/app/components/misc/Support/index.tsx
@@ -62,6 +62,7 @@ const Support = () => {
setMessageSent(false);
setOpen(false);
};
+ const isAuthenticated = authenticated || address;
return (
Sign in to send us a message