mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
remove ... in error view
This commit is contained in:
parent
4d7eb5795c
commit
12f5407392
@ -111,6 +111,10 @@ module.exports = React.createClass({
|
||||
);
|
||||
}
|
||||
|
||||
if (this.state.syncState === "ERROR") {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (wantPlaceholder) {
|
||||
return (
|
||||
<div className="mx_RoomStatusBar_placeholderIndicator">...</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user