diff --git a/app/javascript/gabsocial/components/group_header.js b/app/javascript/gabsocial/components/group_header.js index 15902b60..ac90d79e 100644 --- a/app/javascript/gabsocial/components/group_header.js +++ b/app/javascript/gabsocial/components/group_header.js @@ -112,10 +112,10 @@ class GroupHeader extends ImmutablePureComponent { to: `/groups/${group.get('id')}`, title: 'Timeline', }, - { - to: `/groups/${group.get('id')}/media`, - title: 'Media', - }, + // { + // to: `/groups/${group.get('id')}/media`, + // title: 'Media', + // }, ] if (isAdmin && group) {