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 ;