fix: show 0 instead of em-dash for golem slots when Fabricator is locked
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m18s

This commit is contained in:
2026-05-29 15:09:58 +02:00
parent 712357230c
commit 06241e1e9a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ export const GolemancyTab: React.FC = () => {
</p>
<div className="flex gap-4 text-xs">
<span>
Slots: {enabledCount}/{golemSlots > 0 ? golemSlots : '—'}
Slots: {enabledCount}/{golemSlots}
</span>
<span>
Summoned: {golemancy.summonedGolems.length}