diff --git a/web/app/(commonLayout)/apps/AppCard.tsx b/web/app/(commonLayout)/apps/AppCard.tsx index bf6c562cf9..b81d392fd4 100644 --- a/web/app/(commonLayout)/apps/AppCard.tsx +++ b/web/app/(commonLayout)/apps/AppCard.tsx @@ -269,10 +269,14 @@ const AppCard = ({ app, onRefresh }: AppCardProps) => { {t('app.openInExplore')} - - + { + isCurrentWorkspaceEditor && <> + + + + }