Change label in nitro page

This commit is contained in:
Adw8 2024-07-30 18:04:29 +05:30
parent 02fe390177
commit da0097d150
2 changed files with 1 additions and 5 deletions

View File

@ -83,7 +83,7 @@ const SignWithNitroKey = () => {
}}
>
<Typography variant="h5">Sign with Nitro key</Typography>
<Typography variant="body1">Select Cosmos account:</Typography>
<Typography variant="body1">Select Laconic account:</Typography>
<Select
labelId="demo-simple-select-label"
id="demo-simple-select"

View File

@ -71,10 +71,6 @@ const UserVerification = () => {
if (applicantStatus === 'pending' || applicantStatus === 'completed') {
setApplicationSubmitted(true);
}
if ((payload as any).reviewResult.reviewAnswer === 'GREEN') {
setApplicationSubmitted(true);
}
}
};