From 84a3fe85c842114fc26625897cbaf41c9651d524 Mon Sep 17 00:00:00 2001 From: StyleZhang Date: Thu, 21 Nov 2024 13:50:03 +0800 Subject: [PATCH] fix: marketplace card link --- .../plugins/marketplace/list/card-wrapper.tsx | 35 ++++--------------- 1 file changed, 7 insertions(+), 28 deletions(-) diff --git a/web/app/components/plugins/marketplace/list/card-wrapper.tsx b/web/app/components/plugins/marketplace/list/card-wrapper.tsx index 364a1b2b58..06541fe6d6 100644 --- a/web/app/components/plugins/marketplace/list/card-wrapper.tsx +++ b/web/app/components/plugins/marketplace/list/card-wrapper.tsx @@ -48,19 +48,19 @@ const CardWrapper = ({
- + +
) } @@ -94,27 +94,6 @@ const CardWrapper = ({ /> } /> - { - showInstallButton && ( -
- - -
- ) - } ) }