diff --git a/web/app/components/workflow/block-selector/all-start-blocks.tsx b/web/app/components/workflow/block-selector/all-start-blocks.tsx index 61b454e996..20a52000d4 100644 --- a/web/app/components/workflow/block-selector/all-start-blocks.tsx +++ b/web/app/components/workflow/block-selector/all-start-blocks.tsx @@ -107,15 +107,17 @@ const AllStartBlocks = ({ )} - {/* Footer - Same as Tools tab marketplace footer */} - - {t('plugin.findMoreInMarketplace')} - - + {!shouldShowEmptyState && ( + // Footer - Same as Tools tab marketplace footer + + {t('plugin.findMoreInMarketplace')} + + + )} )