From 072a90222fefa1f90f46eca6de30d28be732a195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E4=BC=9F=E5=BC=BA?= Date: Fri, 19 May 2023 18:12:09 +0800 Subject: [PATCH] chore: sidebar overflowy --- web/app/components/explore/sidebar/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/app/components/explore/sidebar/index.tsx b/web/app/components/explore/sidebar/index.tsx index c68e1b57c3..418c4d3ea3 100644 --- a/web/app/components/explore/sidebar/index.tsx +++ b/web/app/components/explore/sidebar/index.tsx @@ -79,7 +79,11 @@ const SideBar: FC<{ {installedApps.length > 0 && (
{t('explore.sidebar.workspace')}
-
+
{installedApps.map(({id, is_pinned, uninstallable, app : { name }}) => { return (