chore: fold pre-existing ServicesPage.tsx formatter stray

Whitespace-only JSX reflow (prettier) from earlier #1 validation-surfacing fix;
folding so the working tree goes pristine before the final push.
This commit is contained in:
Developer
2026-07-10 00:17:51 +00:00
parent 29650ca512
commit 9bc8fab971
+3 -1
View File
@@ -327,7 +327,9 @@ function CreateServiceDialog({
onCancel={reset}
onConfirm={save}
confirmLabel="Create service"
confirmDisabled={!draft.name.trim() || saveService.isPending || !testPassed}
confirmDisabled={
!draft.name.trim() || saveService.isPending || !testPassed
}
/>
) : null}
</DialogContent>