Swap account phrase to normal input (non-multiline) (#3060)
This commit is contained in:
parent
94e3a98524
commit
eeee017f4f
@ -56,9 +56,7 @@ export default class AccountDetails extends Component {
|
|||||||
<Input
|
<Input
|
||||||
disabled
|
disabled
|
||||||
hint='the account recovery phrase'
|
hint='the account recovery phrase'
|
||||||
label='account recovery phrase (take note)'
|
label='account recovery phrase (keep safe)'
|
||||||
multiLine
|
|
||||||
rows={ 1 }
|
|
||||||
value={ phrase } />
|
value={ phrase } />
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user