1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

remove old serverCaps

This commit is contained in:
David Baker
2019-08-16 15:27:11 +01:00
parent 41a9db3224
commit 3c4c595f79
2 changed files with 1 additions and 2 deletions

View File

@@ -536,7 +536,7 @@ module.exports = React.createClass({
/>;
} else if (!this.state.matrixClient && !this.state.busy) {
return null;
} else if (this.state.busy || !this.state.flows | this.state.serverCaps === null) {
} else if (this.state.busy || !this.state.flows) {
return <div className="mx_AuthBody_spinner">
<Spinner />
</div>;