- Host Engine on thirdweb with no setup or maintenance required
+ Host Engine on thirdweb with no setup or maintenance required.
diff --git a/apps/dashboard/src/components/engine/engine-instances-table.tsx b/apps/dashboard/src/components/engine/engine-instances-table.tsx
index 1d4d756c70c..ec10e0f7eb1 100644
--- a/apps/dashboard/src/components/engine/engine-instances-table.tsx
+++ b/apps/dashboard/src/components/engine/engine-instances-table.tsx
@@ -266,11 +266,7 @@ const EditModal = (props: {
className="gap-2"
disabled={!form.formState.isDirty}
>
- {editInstance.isPending ? (
-
- ) : (
-
- )}
+ {editInstance.isPending &&
}
Update
@@ -292,7 +288,7 @@ const RemoveModal = (props: {