summaryrefslogtreecommitdiff
path: root/makima/frontend/src/components/contracts
diff options
context:
space:
mode:
Diffstat (limited to 'makima/frontend/src/components/contracts')
-rw-r--r--makima/frontend/src/components/contracts/AutopilotPanel.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/makima/frontend/src/components/contracts/AutopilotPanel.tsx b/makima/frontend/src/components/contracts/AutopilotPanel.tsx
index cf42e44..1a13773 100644
--- a/makima/frontend/src/components/contracts/AutopilotPanel.tsx
+++ b/makima/frontend/src/components/contracts/AutopilotPanel.tsx
@@ -129,11 +129,6 @@ export function AutopilotPanel({ contract, onUpdate }: AutopilotPanelProps) {
}
}, [contract.id, contract.version, onUpdate]);
- // Don't show panel for task-type contracts (they don't have supervisors)
- if (contract.contractType === "task") {
- return null;
- }
-
return (
<div className="space-y-3">
<div className="flex items-center justify-between">