diff options
| author | Solstice <solstice@local> | 2026-06-09 00:27:29 -0700 |
|---|---|---|
| committer | Solstice <solstice@local> | 2026-06-09 00:27:29 -0700 |
| commit | c973d48c41169240e3f53769804696fd0d352a09 (patch) | |
| tree | 2ef56f03a8999624db2bf6877f0692488901722b /src/components/TaskList.tsx | |
| parent | b51a1fb827738081c1da6a6f41cfd270340cdffb (diff) | |
fix: listener race condition, stale callback ref, dead code cleanup
Diffstat (limited to 'src/components/TaskList.tsx')
| -rw-r--r-- | src/components/TaskList.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TaskList.tsx b/src/components/TaskList.tsx index 0f87e0d..6ecce42 100644 --- a/src/components/TaskList.tsx +++ b/src/components/TaskList.tsx @@ -272,7 +272,7 @@ export function TaskList() { }} title="Remove task" > - x + × </button> </div> ); |
