From 06241e1e9a7d7cdbb0517e08cdfd7225062cd457 Mon Sep 17 00:00:00 2001 From: n8n-gitea Date: Fri, 29 May 2026 15:09:58 +0200 Subject: [PATCH] fix: show 0 instead of em-dash for golem slots when Fabricator is locked --- docs/circular-deps.txt | 2 +- docs/dependency-graph.json | 2 +- src/components/game/tabs/GolemancyTab.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/circular-deps.txt b/docs/circular-deps.txt index 4eacc27..2caaac9 100644 --- a/docs/circular-deps.txt +++ b/docs/circular-deps.txt @@ -1,4 +1,4 @@ # Circular Dependencies -Generated: 2026-05-29T13:00:55.403Z +Generated: 2026-05-29T13:07:07.851Z No circular dependencies found. ✅ diff --git a/docs/dependency-graph.json b/docs/dependency-graph.json index d90d839..025180e 100644 --- a/docs/dependency-graph.json +++ b/docs/dependency-graph.json @@ -1,6 +1,6 @@ { "_meta": { - "generated": "2026-05-29T13:00:53.708Z", + "generated": "2026-05-29T13:07:06.203Z", "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/GolemancyTab.tsx b/src/components/game/tabs/GolemancyTab.tsx index 577ca31..eb11637 100644 --- a/src/components/game/tabs/GolemancyTab.tsx +++ b/src/components/game/tabs/GolemancyTab.tsx @@ -273,7 +273,7 @@ export const GolemancyTab: React.FC = () => {

- Slots: {enabledCount}/{golemSlots > 0 ? golemSlots : '—'} + Slots: {enabledCount}/{golemSlots} Summoned: {golemancy.summonedGolems.length}