Remove unused assignedPerson variable (TS6133 build error)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Kyle 2026-03-17 04:25:11 +08:00
parent d6e4938aa4
commit fc2068be70

View File

@ -224,7 +224,6 @@ export default function TaskDetailPanel({
);
}
const assignedPerson = task.person_id ? people.find((p) => p.id === task.person_id) : null;
const comments = task.comments || [];
return (