mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 10:11:03 +01:00 
			
		
		
		
	Splitting this over two lines confuses the word spacing
This commit is contained in:
		
							parent
							
								
									11be2e1cad
								
							
						
					
					
						commit
						3bd93c90b1
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user