Skip to content

Commit

Permalink
Fix email input regression (#2048)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinnnnn authored Oct 25, 2023
1 parent 775fde7 commit 406ed6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default function ManageEmailSection({ queryRef }: Props) {
</HStack>
</VStack>
<StyledButtonContainer gap={12}>
{shouldDisplayAddEmailInput && userEmail ? (
{shouldDisplayAddEmailInput ? (
<EmailManager queryRef={query} onClose={handleCloseEmailManager} />
) : (
<StyledButton
Expand Down

1 comment on commit 406ed6e

@vercel
Copy link

@vercel vercel bot commented on 406ed6e Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.