Swap account phrase to normal input (non-multiline) (#3060)

This commit is contained in:
Jaco Greeff 2016-11-01 22:45:20 +01:00 committed by Gav Wood
parent 94e3a98524
commit eeee017f4f

View File

@ -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 } />
); );
} }