show recovery print button if recovered account

This commit is contained in:
Jannis R 2016-12-01 15:19:42 +01:00
parent 6822433a83
commit a1c1746667
No known key found for this signature in database
GPG Key ID: 0FE83946296A88A5
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ export default class CreateAccount extends Component {
case 2:
return [
createType === 'fromNew' ? (
createType === 'fromNew' || createType === 'fromPhrase' ? (
<Button
icon={ <PrintIcon /> }
label='Print Phrase'