mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-10 14:07:59 -05:00
feat(INJI-322): remove resend msg timer after timer ends (#855)
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
This commit is contained in:
@@ -70,7 +70,7 @@ export const OtpVerificationModal: React.FC<
|
||||
margin="36 0 0 0"
|
||||
color={Theme.Colors.resendCodeTimer}
|
||||
weight="regular">
|
||||
{` ${t('resendTheCode')} : ${formatTime(timer)}`}
|
||||
{timer > 0 ? `${t('resendTheCode')} : ${formatTime(timer)}` : ''}
|
||||
</Text>
|
||||
|
||||
<TouchableOpacity
|
||||
|
||||
Reference in New Issue
Block a user