mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
Add missing whitespace
This commit is contained in:
parent
ddc1ff2f23
commit
646cabf324
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ module.exports = React.createClass({
|
||||||
label={this.props.helpText}
|
label={this.props.helpText}
|
||||||
/> : <div />;
|
/> : <div />;
|
||||||
return (
|
return (
|
||||||
<div className="mx_ToolTipButton"onMouseOver={this.onMouseOver} onMouseOut={this.onMouseOut} >
|
<div className="mx_ToolTipButton" onMouseOver={this.onMouseOver} onMouseOut={this.onMouseOut} >
|
||||||
?
|
?
|
||||||
{ tip }
|
{ tip }
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue