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 (