Remove unused assignedPerson variable (TS6133 build error)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d6e4938aa4
commit
fc2068be70
@ -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 || [];
|
const comments = task.comments || [];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user