mirror of https://github.com/vector-im/riot-web
fix weird indentation
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
ff9141e424
commit
baba2e12e2
|
@ -1502,8 +1502,7 @@ module.exports = React.createClass({
|
|||
<Loader />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
var inviterName = undefined;
|
||||
if (this.props.oobData) {
|
||||
inviterName = this.props.oobData.inviterName;
|
||||
|
|
Loading…
Reference in New Issue