Splitting this over two lines confuses the word spacing

This commit is contained in:
David Baker 2016-03-21 18:15:01 +00:00
parent 11be2e1cad
commit 3bd93c90b1

View file

@ -92,8 +92,7 @@ module.exports = React.createClass({
} else if (this.state.invitedEmailMxid != MatrixClientPeg.get().credentials.userId) { } else if (this.state.invitedEmailMxid != MatrixClientPeg.get().credentials.userId) {
emailMatchBlock = <div className="warning"> emailMatchBlock = <div className="warning">
<img src="img/warning.svg" width="24" height="23" title= "/!\\" alt="/!\\" /> <img src="img/warning.svg" width="24" height="23" title= "/!\\" alt="/!\\" />
This invitation was sent to <span className="email">{this.props.invitedEmail}</span> This invitation was sent to <span className="email">{this.props.invitedEmail}</span> which is not publicly associated with your account.
which is not publicly associated with your account.
</div> </div>
} }
} }