Change label in nitro page
This commit is contained in:
parent
02fe390177
commit
693bb14df6
@ -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"
|
||||
|
||||
@ -72,9 +72,6 @@ const UserVerification = () => {
|
||||
setApplicationSubmitted(true);
|
||||
}
|
||||
|
||||
if ((payload as any).reviewResult.reviewAnswer === 'GREEN') {
|
||||
setApplicationSubmitted(true);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user