1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00

fix comment

This commit is contained in:
oosthuizenr 2018-01-02 21:29:26 +02:00 committed by GitHub
parent 4a598fc7ac
commit 1da385f78b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -494,7 +494,7 @@ App.prototype.renderPrimary = function () {
}
}
//Show seed words screen
// show seed words screen
if (props.seedWords) {
log.debug('rendering seed words')
return h(HDCreateVaultComplete, {key: 'HDCreateVaultComplete'})