fix: avoid TaskTree navigation icon crash

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
root
2026-07-16 21:47:58 +02:00
parent 4a6c987f29
commit c0e8437b2c
@@ -13,7 +13,6 @@ import {
Cpu,
CreditCard,
FolderKanban,
GanttChart,
Gauge,
KeyRound,
LayoutDashboard,
@@ -114,7 +113,7 @@ const navSections = [
name: "TaskTree",
label: "TaskTree",
path: "/projects/tasktree",
icon: GanttChart,
icon: ChartBar,
navId: "project.tasktree",
},
],