From 23a6c85b80b6edd2a0eee56e1ddf9a2cb1ac759c Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 5 Sep 2023 15:56:21 +0800 Subject: [PATCH] chore: handle workspace apps scrollbar (#1101) --- web/app/components/explore/sidebar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/explore/sidebar/index.tsx b/web/app/components/explore/sidebar/index.tsx index c958d4f482..627420a5b9 100644 --- a/web/app/components/explore/sidebar/index.tsx +++ b/web/app/components/explore/sidebar/index.tsx @@ -108,7 +108,7 @@ const SideBar: FC<{
{t('explore.sidebar.workspace')}
{installedApps.map(({ id, is_pinned, uninstallable, app: { name, icon, icon_background } }) => {