Checking for known / shrouded units now calculated with actual total_minted at that moment 2

This commit is contained in:
mic0 2024-10-26 13:54:08 +02:00
parent 54b370f41b
commit 26b2480b52
Signed by: mico
GPG Key ID: A3F8023524CF1C8D

View File

@ -141,6 +141,7 @@ const Army = () => {
}
}, [
army,
balance,
isRegistered,
player?.total_minted
])