Skip to content

Commit c9fe0b9

Browse files
committed
fix whitespace
1 parent 742ae35 commit c9fe0b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/login/Login.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ module.exports = React.createClass({displayName: 'Login',
165165
<div className="mx_Login">
166166
<div className="mx_Login_box">
167167
<div className="mx_Login_logo">
168-
<img src="img/logo.png" width="249" height="78" alt="vector"/>
168+
<img src="img/logo.png" width="249" height="78" alt="vector"/>
169169
</div>
170170
<div>
171171
<h2>Sign in</h2>
172-
{this.componentForStep(this._getCurrentFlowStep())}
172+
{ this.componentForStep(this._getCurrentFlowStep()) }
173173
<ServerConfig ref="serverConfig"
174174
withToggleButton={true}
175175
defaultHsUrl={this.props.homeserverUrl}
@@ -179,7 +179,7 @@ module.exports = React.createClass({displayName: 'Login',
179179
delayTimeMs={1000}/>
180180
<div className="mx_Login_error">
181181
{ loader }
182-
{this.state.errorText}
182+
{ this.state.errorText }
183183
</div>
184184
<a className="mx_Login_create" onClick={this.props.onRegisterClick} href="#">
185185
Create a new account

0 commit comments

Comments
 (0)