aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/app/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 2a2438d97..bc198b482 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -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'})