From 712357230c1b856fcf4f2971dda16cf784c18d14 Mon Sep 17 00:00:00 2001 From: n8n-gitea Date: Fri, 29 May 2026 15:07:02 +0200 Subject: [PATCH] fix: remove redundant equipment type name in EquipmentSlotGrid --- docs/circular-deps.txt | 2 +- docs/dependency-graph.json | 2 +- src/components/game/tabs/EquipmentTab/EquipmentSlotGrid.tsx | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) 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