remove ... in error view
This commit is contained in:
parent
4d7eb5795c
commit
12f5407392
1 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,10 @@ module.exports = React.createClass({
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this.state.syncState === "ERROR") {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
if (wantPlaceholder) {
|
if (wantPlaceholder) {
|
||||||
return (
|
return (
|
||||||
<div className="mx_RoomStatusBar_placeholderIndicator">...</div>
|
<div className="mx_RoomStatusBar_placeholderIndicator">...</div>
|
||||||
|
|
Loading…
Reference in a new issue