diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index 5c049b93be..94d7f1c422 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -59,7 +59,7 @@ module.exports = React.createClass({ }); }, (err) => { this.setState({ - phase: err.errcode == 404 ? "GroupView.NOT_FOUND" :"GroupView.ERROR", + phase: err.httpStatus == 404 ? "GroupView.NOT_FOUND" :"GroupView.ERROR", summary: null, }); }); @@ -110,9 +110,11 @@ module.exports = React.createClass({ ); } else if (this.state.phase == "GroupView.NOT_FOUND") { -