mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
fix the Add button for email addies
This commit is contained in:
parent
2662ca36f9
commit
e1ba7df66e
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ module.exports = React.createClass({
|
|||
onValueChanged={ this.onAddThreepidClicked } />
|
||||
</div>
|
||||
<div className="mx_UserSettings_addThreepid">
|
||||
<img src="img/plus.svg" width="14" height="14" alt="Add" onClick={ this.onAddThreepidClicked }/>
|
||||
<img src="img/plus.svg" width="14" height="14" alt="Add" onClick={ this.onAddThreepidClicked.bind(this, undefined, true) }/>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue