| commit | 6cf8c27f545361e4a8a960719436e281c2f934a7 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Thu May 08 09:01:38 2025 +0000 |
| committer | gio <gio@v1.dodo.cloud> | Thu May 08 09:57:05 2025 +0000 |
| tree | f417f3e284df4822576ce2146c79962b00ab345a | |
| parent | 7f98e77c44ec4af976f5299a7056ffde1fc27744 [diff] [blame] |
Canvas: Fix linter errors Change-Id: I602c1562d4ab2d948bb4dcf6caf66f185585d720
diff --git a/apps/canvas/front/src/Integrations.tsx b/apps/canvas/front/src/Integrations.tsx index a566c22..00fe9f1 100644 --- a/apps/canvas/front/src/Integrations.tsx +++ b/apps/canvas/front/src/Integrations.tsx
@@ -87,7 +87,7 @@ </Button> )} - {(!!!githubService || isEditing) && ( + {(!githubService || isEditing) && ( <Form {...form}> <form className="space-y-4" onSubmit={form.handleSubmit(onSubmit)}> <FormField