From 26b2480b52dd9ddbcc2d13fcb5363bda62aa5649 Mon Sep 17 00:00:00 2001 From: Mitja Belak Date: Sat, 26 Oct 2024 13:54:08 +0200 Subject: [PATCH] Checking for known / shrouded units now calculated with actual total_minted at that moment 2 --- app/src/components/Army.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/components/Army.tsx b/app/src/components/Army.tsx index 7cf9c74..428931d 100644 --- a/app/src/components/Army.tsx +++ b/app/src/components/Army.tsx @@ -141,6 +141,7 @@ const Army = () => { } }, [ army, + balance, isRegistered, player?.total_minted ])