remove ... in error view

This commit is contained in:
Matthew Hodgson 2016-02-18 18:16:48 +00:00
parent 4d7eb5795c
commit 12f5407392

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>