From e9868e37a14700a00f40129c110f3edd8e31fd85 Mon Sep 17 00:00:00 2001 From: zeppi Date: Thu, 1 Jul 2021 12:38:13 -0400 Subject: [PATCH] restore single channel content tab --- ui/page/channel/view.jsx | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/ui/page/channel/view.jsx b/ui/page/channel/view.jsx index 18a6daf65..43b1850f9 100644 --- a/ui/page/channel/view.jsx +++ b/ui/page/channel/view.jsx @@ -284,40 +284,19 @@ function ChannelPage(props: Props) { ) : ( - {__('Publishes')} - {__('Playlists')} - {__('Reposts')} + {__('Content')} {editing ? __('Editing Your Channel') : __('About --[tab title in Channel Page]--')} {__('Community')} {__('No Content Found')}} /> - - - - - {__('No Reposts Found')}} - /> -