From 7aaaf998a8e726523e2a87de460c6f3822db3d4d Mon Sep 17 00:00:00 2001 From: btzr-io Date: Wed, 14 Jul 2021 18:58:56 -0500 Subject: [PATCH] use aria-hidden on all tile cards thumbnails --- ui/component/claimPreview/view.jsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ui/component/claimPreview/view.jsx b/ui/component/claimPreview/view.jsx index 4e04211b2..66541e208 100644 --- a/ui/component/claimPreview/view.jsx +++ b/ui/component/claimPreview/view.jsx @@ -29,7 +29,9 @@ import { ENABLE_NO_SOURCE_CLAIMS } from 'config'; import Button from 'component/button'; import * as ICONS from 'constants/icons'; -const AbandonedChannelPreview = lazyImport(() => import('component/abandonedChannelPreview' /* webpackChunkName: "abandonedChannelPreview" */)); +const AbandonedChannelPreview = lazyImport(() => + import('component/abandonedChannelPreview' /* webpackChunkName: "abandonedChannelPreview" */) +); type Props = { uri: string, @@ -308,13 +310,13 @@ const ClaimPreview = forwardRef((props: Props, ref: any) => { })} > {isChannelUri && claim ? ( - + ) : ( <> {!pending ? ( - + {/* @if TARGET='app' */} {claim && !isCollection && (