mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Remove empty line
This commit is contained in:
parent
0d4ab07250
commit
1e9a2e80e9
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue