diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index a793a61e68..ffb0c1243c 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -465,7 +465,7 @@ module.exports = React.createClass({ break; case 'appsDrawer': this.setState({ - showApps: payload.show ? true : false, + showApps: payload.show, }); break; }