Change label in nitro page #9
@ -83,7 +83,7 @@ const SignWithNitroKey = () => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Typography variant="h5">Sign with Nitro key</Typography>
|
<Typography variant="h5">Sign with Nitro key</Typography>
|
||||||
<Typography variant="body1">Select Cosmos account:</Typography>
|
<Typography variant="body1">Select Laconic account:</Typography>
|
||||||
<Select
|
<Select
|
||||||
labelId="demo-simple-select-label"
|
labelId="demo-simple-select-label"
|
||||||
id="demo-simple-select"
|
id="demo-simple-select"
|
||||||
|
@ -71,10 +71,6 @@ const UserVerification = () => {
|
|||||||
if (applicantStatus === 'pending' || applicantStatus === 'completed') {
|
if (applicantStatus === 'pending' || applicantStatus === 'completed') {
|
||||||
setApplicationSubmitted(true);
|
setApplicationSubmitted(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((payload as any).reviewResult.reviewAnswer === 'GREEN') {
|
|
||||||
setApplicationSubmitted(true);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user