Fix CitizensIssues: add missing filter state variables and fix dependency array

This commit is contained in:
2026-02-10 19:18:44 +03:00
parent 66e16c62f0
commit 3fd726e1f2
2 changed files with 3 additions and 8 deletions
-7
View File
@@ -151,13 +151,6 @@ export default function Citizens() {
}
const handleCitizensIssue = () => {
// Debug log to understand the issue
console.log('handleCitizensIssue called', {
nftDetails,
citizenNFT: nftDetails.citizenNFT,
loading
});
// Check if user has Tiki NFT
if (!nftDetails.citizenNFT) {
toast({