diff --git a/src/components/views/rooms/EventTile.js b/src/components/views/rooms/EventTile.js index 5a5aaeb098..b71b28c635 100644 --- a/src/components/views/rooms/EventTile.js +++ b/src/components/views/rooms/EventTile.js @@ -483,8 +483,8 @@ module.exports = withMatrixClient(React.createClass({ getReactions() { if ( - !SettingsStore.isFeatureEnabled("feature_reactions") || - !this.props.getRelationsForEvent + !this.props.getRelationsForEvent || + !SettingsStore.isFeatureEnabled("feature_reactions") ) { return null; }