mirror of https://github.com/vector-im/riot-web
remove ... in error view
parent
4d7eb5795c
commit
12f5407392
|
@ -111,6 +111,10 @@ module.exports = React.createClass({
|
|||
);
|
||||
}
|
||||
|
||||
if (this.state.syncState === "ERROR") {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (wantPlaceholder) {
|
||||
return (
|
||||
<div className="mx_RoomStatusBar_placeholderIndicator">...</div>
|
||||
|
|
Loading…
Reference in New Issue