1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-22 18:41:57 +03:00

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>