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 } }) => {