From 5691ceb0baa75058a0a3db402beac9183faf96c5 Mon Sep 17 00:00:00 2001 From: twwu Date: Tue, 16 Sep 2025 16:11:56 +0800 Subject: [PATCH] fix: Correct isMobile prop logic in LinkedAppsPanel and clean up component styles --- web/app/components/base/linked-apps-panel/index.tsx | 2 +- web/app/components/datasets/extra-info/statistics.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/base/linked-apps-panel/index.tsx b/web/app/components/base/linked-apps-panel/index.tsx index 0655c0a5fd..c3c3f5b46c 100644 --- a/web/app/components/base/linked-apps-panel/index.tsx +++ b/web/app/components/base/linked-apps-panel/index.tsx @@ -49,7 +49,7 @@ const LinkedAppsPanel: FC = ({ isMobile, }) => { return ( -
+
{relatedApps.map((item, index) => ( ))} diff --git a/web/app/components/datasets/extra-info/statistics.tsx b/web/app/components/datasets/extra-info/statistics.tsx index 0671958d67..a5f8c4f9e5 100644 --- a/web/app/components/datasets/extra-info/statistics.tsx +++ b/web/app/components/datasets/extra-info/statistics.tsx @@ -48,7 +48,7 @@ const Statistics = ({ hasRelatedApps ? ( ) : }