mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-19 15:27:16 -05:00
Fix
This commit is contained in:
@@ -39,7 +39,7 @@ export function EmailVerificationButton() {
|
||||
? t('settings.email.verified', 'Email Verified ✔️')
|
||||
: t('settings.email.send_verification', 'Send verification email')}
|
||||
</Button>
|
||||
<div className={'custom-link'}>
|
||||
{!isEmailVerified && <div className={'custom-link'}>
|
||||
<button
|
||||
type="button"
|
||||
onClick={reload}
|
||||
@@ -47,7 +47,7 @@ export function EmailVerificationButton() {
|
||||
>
|
||||
{t('settings.email.just_verified', 'I verified my email')}
|
||||
</button>
|
||||
</div>
|
||||
</div>}
|
||||
</Col>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user