diff options
fix merge conflicts
Diffstat (limited to 'ui/app/components/pages/create-account')
-rw-r--r-- | ui/app/components/pages/create-account/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pages/create-account/index.js b/ui/app/components/pages/create-account/index.js index 69a4db80a..ad2081315 100644 --- a/ui/app/components/pages/create-account/index.js +++ b/ui/app/components/pages/create-account/index.js @@ -60,7 +60,7 @@ class CreateAccountPage extends Component { render () { return h('div.new-account', {}, [ h('div.new-account__header', [ - h('div.new-account__title', this.context.t('newAccount') ), + h('div.new-account__title', this.context.t('newAccount')), this.renderTabs(), ]), h('div.new-account__form', [ |