diff --git a/apps/web/src/components/Settings/ManageEmailSection/ManageEmailSection.tsx b/apps/web/src/components/Settings/ManageEmailSection/ManageEmailSection.tsx index ca00ac4504..d8a67e881c 100644 --- a/apps/web/src/components/Settings/ManageEmailSection/ManageEmailSection.tsx +++ b/apps/web/src/components/Settings/ManageEmailSection/ManageEmailSection.tsx @@ -150,7 +150,7 @@ export default function ManageEmailSection({ queryRef }: Props) { - {shouldDisplayAddEmailInput && userEmail ? ( + {shouldDisplayAddEmailInput ? ( ) : (