diff --git a/frontend/src/components/tools/automate/AutomationEntry.tsx b/frontend/src/components/tools/automate/AutomationEntry.tsx index 7afd09866..f2e28ee59 100644 --- a/frontend/src/components/tools/automate/AutomationEntry.tsx +++ b/frontend/src/components/tools/automate/AutomationEntry.tsx @@ -30,13 +30,13 @@ export default function AutomationEntry({ return ( {BadgeIcon && ( - )} - + {title} @@ -46,20 +46,21 @@ export default function AutomationEntry({ return ( {BadgeIcon && ( - )} {operations.map((op, index) => ( - - {String(t(`${op}.title`, op))} - + + {t(`${op}.title`, op)} + + {index < operations.length - 1 && ( - + )} @@ -88,4 +89,4 @@ export default function AutomationEntry({ ); -} \ No newline at end of file +} diff --git a/frontend/src/components/tools/automate/AutomationSelection.tsx b/frontend/src/components/tools/automate/AutomationSelection.tsx index 9311b424a..3f32e5f6b 100644 --- a/frontend/src/components/tools/automate/AutomationSelection.tsx +++ b/frontend/src/components/tools/automate/AutomationSelection.tsx @@ -20,7 +20,7 @@ export default function AutomationSelection({ onSelectCustom, onSelectSuggested, return (
- + <Title order={3} size="h4" fw={600} mb="md" style={{color: 'var(--mantine-color-dimmed)'}}> {t("automate.selection.saved.title", "Saved")} @@ -42,11 +42,11 @@ export default function AutomationSelection({ onSelectCustom, onSelectSuggested, onClick={() => onSelectCustom()} /> ))} - + {/* Suggested Automations */}
- + <Title order={3} size="h4" fw={600} mb="md"style={ {color: 'var(--mantine-color-dimmed)'}}> {t("automate.selection.suggested.title", "Suggested")}