1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

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) {
emailMatchBlock = <div className="warning">
<img src="img/warning.svg" width="24" height="23" title= "/!\\" alt="/!\\" />
This invitation was sent to <span className="email">{this.props.invitedEmail}</span>
which is not publicly associated with your account.
This invitation was sent to <span className="email">{this.props.invitedEmail}</span> which is not publicly associated with your account.
</div>
}
}