rename real1Submitting to kyc1Submitting; add src/asset/kyc***.svg
This commit is contained in:
@@ -25,7 +25,7 @@ const IdentityPage: React.FC<DispatchProp & UserModelState & IdentityModelState>
|
||||
nameEditable,
|
||||
nameInput,
|
||||
nameSubmitting,
|
||||
real1Submitting
|
||||
kyc1Submitting
|
||||
}) => {
|
||||
|
||||
const [idtypesVisible, setIdtypesVisible] = useState(false);
|
||||
@@ -95,7 +95,7 @@ const IdentityPage: React.FC<DispatchProp & UserModelState & IdentityModelState>
|
||||
className={styles.input}
|
||||
type="primary"
|
||||
size="large"
|
||||
loading={real1Submitting}
|
||||
loading={kyc1Submitting}
|
||||
onClick={() => dispatch({ type: 'identity/real1submit' })}
|
||||
>{formatMessage({ id: 'identity.real1btn' })}</Button>
|
||||
</div>}
|
||||
|
||||
Reference in New Issue
Block a user