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 eeedb54bce..d0a2f38246 100644 --- a/web/app/components/workflow/block-selector/all-start-blocks.tsx +++ b/web/app/components/workflow/block-selector/all-start-blocks.tsx @@ -64,59 +64,61 @@ const AllStartBlocks = ({
- {shouldShowEmptyState && ( -
- -
- {t('workflow.tabs.noPluginsFound')} -
- - - -
- )} + + +
+ )} - {!shouldShowEmptyState && ( - <> - - - { ( - + - )} - - )} -
- {/* Footer - Same as Tools tab marketplace footer */} - - {t('plugin.findMoreInMarketplace')} - - + { ( + + )} + + )} + + + {/* Footer - Same as Tools tab marketplace footer */} + + {t('plugin.findMoreInMarketplace')} + + + ) }