From 6fe1923ef53436a00a48f1ec3d3ec9efc66c457f Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 19 Aug 2021 16:17:15 -0400 Subject: [PATCH] fix lint --- ui/component/claimPreview/view.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/component/claimPreview/view.jsx b/ui/component/claimPreview/view.jsx index 375ceb8b1..9b454fd90 100644 --- a/ui/component/claimPreview/view.jsx +++ b/ui/component/claimPreview/view.jsx @@ -168,7 +168,6 @@ const ClaimPreview = forwardRef((props: Props, ref: any) => { const shouldHideActions = hideActions || isMyCollection || type === 'small' || type === 'tooltip'; const canonicalUrl = claim && claim.canonical_url; const lastCollectionIndex = collectionUris ? collectionUris.length - 1 : 0; - const channelSubscribers = React.useMemo(() => { if (channelSubCount === undefined) { return ;