diff --git a/docs/circular-deps.txt b/docs/circular-deps.txt index 581f754..4eacc27 100644 --- a/docs/circular-deps.txt +++ b/docs/circular-deps.txt @@ -1,4 +1,4 @@ # Circular Dependencies -Generated: 2026-05-29T12:54:57.998Z +Generated: 2026-05-29T13:00:55.403Z No circular dependencies found. ✅ diff --git a/docs/dependency-graph.json b/docs/dependency-graph.json index 24284e5..d90d839 100644 --- a/docs/dependency-graph.json +++ b/docs/dependency-graph.json @@ -1,6 +1,6 @@ { "_meta": { - "generated": "2026-05-29T12:54:56.259Z", + "generated": "2026-05-29T13:00:53.708Z", "description": "Import dependency graph for src/lib/game. Keys are files, values are arrays of files they import.", "usage": "To find what a file affects, search for its path in the VALUES. To find what a file depends on, look at its KEY entry." }, diff --git a/src/components/game/tabs/EquipmentTab/EquipmentSlotGrid.tsx b/src/components/game/tabs/EquipmentTab/EquipmentSlotGrid.tsx index 098d0ea..9f977e1 100644 --- a/src/components/game/tabs/EquipmentTab/EquipmentSlotGrid.tsx +++ b/src/components/game/tabs/EquipmentTab/EquipmentSlotGrid.tsx @@ -42,9 +42,6 @@ export function EquipmentSlotGrid({ equippedInstances, equipmentInstances, onUne
{instance.name}
-
- {type?.name || instance.typeId} -
{instance.usedCapacity}/{instance.totalCapacity} cap