mirror of https://github.com/vector-im/riot-web
Remove empty line
parent
0d4ab07250
commit
1e9a2e80e9
|
@ -317,7 +317,6 @@ module.exports = React.createClass({
|
||||||
className="mx_Login_phoneCountry"
|
className="mx_Login_phoneCountry"
|
||||||
value={this.state.phoneCountry}
|
value={this.state.phoneCountry}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div className="mx_Login_field_group">
|
<div className="mx_Login_field_group">
|
||||||
<div className="mx_Login_field_prefix">+{this.state.phonePrefix}</div>
|
<div className="mx_Login_field_prefix">+{this.state.phonePrefix}</div>
|
||||||
<input type="text" ref="phoneNumber"
|
<input type="text" ref="phoneNumber"
|
||||||
|
|
Loading…
Reference in New Issue