You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
remove ... in error view
This commit is contained in:
@@ -111,6 +111,10 @@ module.exports = React.createClass({
|
||||
);
|
||||
}
|
||||
|
||||
if (this.state.syncState === "ERROR") {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (wantPlaceholder) {
|
||||
return (
|
||||
<div className="mx_RoomStatusBar_placeholderIndicator">...</div>
|
||||
|
||||
Reference in New Issue
Block a user