From fce6c17f4fb6f8c024a651bba5a53482f61b9aa3 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 12 Nov 2020 13:46:40 -0500 Subject: [PATCH] remove channel preview in comments --- ui/component/claimLink/view.jsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ui/component/claimLink/view.jsx b/ui/component/claimLink/view.jsx index 39c169ae0..f2fe09726 100644 --- a/ui/component/claimLink/view.jsx +++ b/ui/component/claimLink/view.jsx @@ -1,9 +1,9 @@ // @flow import * as React from 'react'; import classnames from 'classnames'; -import ClaimPreview from 'component/claimPreview'; import EmbedPlayButton from 'component/embedPlayButton'; import Button from 'component/button'; +import UriIndicator from 'component/uriIndicator'; import { INLINE_PLAYER_WRAPPER_CLASS } from 'component/fileRenderFloating/view'; type Props = { @@ -80,9 +80,7 @@ class ClaimLink extends React.Component { const isChannel = valueType === 'channel'; return isChannel ? ( -
- -
+ ) : (