diff --git a/ui/page/channels/view.jsx b/ui/page/channels/view.jsx index a067016a9..dccbfc80d 100644 --- a/ui/page/channels/view.jsx +++ b/ui/page/channels/view.jsx @@ -5,6 +5,8 @@ import Page from 'component/page'; import Button from 'component/button'; import YoutubeTransferStatus from 'component/youtubeTransferStatus'; import Spinner from 'component/spinner'; +import * as PAGES from 'constants/pages'; +import * as ICONS from 'constants/icons'; type Props = { channels: Array, @@ -43,6 +45,15 @@ export default function ChannelsPage(props: Props) { header={__('Your Channels')} loading={fetchingChannels} uris={channels.map(channel => channel.permanent_url)} + headerAltControls={ +