diff --git a/src/views/community/index.js b/src/views/community/index.js index 1a4223e06d..89f0ba7daa 100644 --- a/src/views/community/index.js +++ b/src/views/community/index.js @@ -383,7 +383,8 @@ class CommunityView extends React.Component { // and is a member of the community, they should see a // new thread composer isLoggedIn && - selectedView === 'threads' && + (selectedView === 'threads' || + selectedView === 'trending-threads') && userHasPermissions && (