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
|
||||
disabled
|
||||
hint='the account recovery phrase'
|
||||
label='account recovery phrase (take note)'
|
||||
multiLine
|
||||
rows={ 1 }
|
||||
label='account recovery phrase (keep safe)'
|
||||
value={ phrase } />
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user