Skip to content

Commit

Permalink
Update src/components/Modals/EmailLinkBlockedModal/EmailLinkBlockedMo…
Browse files Browse the repository at this point in the history
…dal.tsx

Co-authored-by: Hasan Mobarak <[email protected]>
  • Loading branch information
ameerul-deriv and hasan-deriv authored May 17, 2024
1 parent 3e0988b commit 3cb20e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const EmailLinkBlockedModal = ({ errorMessage, isModalOpen, onRequestClose }: TE
<Text align='center' weight='bold'>
<Localize i18n_default_text='Too many failed attempts' />
</Text>
<Text align='center'>{errorMessage}</Text>
{errorMessage && <Text align='center'>{errorMessage}</Text>}
</Modal.Body>
</Modal>
);
Expand Down

0 comments on commit 3cb20e5

Please sign in to comment.