remove ... in error view

pull/21833/head
Matthew Hodgson 2016-02-18 18:16:48 +00:00
parent 4d7eb5795c
commit 12f5407392
1 changed files with 4 additions and 0 deletions

View File

@ -111,6 +111,10 @@ module.exports = React.createClass({
);
}
if (this.state.syncState === "ERROR") {
return null;
}
if (wantPlaceholder) {
return (
<div className="mx_RoomStatusBar_placeholderIndicator">...</div>