Splitting this over two lines confuses the word spacing
This commit is contained in:
parent
11be2e1cad
commit
3bd93c90b1
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue