From c9fe0b96b729c1ce14bad4b829d49ab1fcf8a53b Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 18 Nov 2015 20:46:39 +0000 Subject: [PATCH] fix whitespace --- src/components/login/Login.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/login/Login.js b/src/components/login/Login.js index 414528f1b..80d0314fc 100644 --- a/src/components/login/Login.js +++ b/src/components/login/Login.js @@ -165,11 +165,11 @@ module.exports = React.createClass({displayName: 'Login',
- vector + vector

Sign in

- {this.componentForStep(this._getCurrentFlowStep())} + { this.componentForStep(this._getCurrentFlowStep()) }
{ loader } - {this.state.errorText} + { this.state.errorText }
Create a new account