diff --git a/ui/page/channel/view.jsx b/ui/page/channel/view.jsx
index c48ec52b7..d8fe9e1cd 100644
--- a/ui/page/channel/view.jsx
+++ b/ui/page/channel/view.jsx
@@ -2,7 +2,6 @@
import * as ICONS from 'constants/icons';
import * as PAGES from 'constants/pages';
import React from 'react';
-import { getThumbnailCdnUrl } from 'util/thumbnail';
import { parseURI } from 'lbry-redux';
import { YOUTUBE_STATUSES } from 'lbryinc';
import Page from 'component/page';
@@ -163,7 +162,7 @@ function ChannelPage(props: Props) {
{cover && (
)}