Add debug logging to handleCitizensIssue

This commit is contained in:
2026-02-10 18:40:46 +03:00
parent cb00407a26
commit 1e250fee22
+7
View File
@@ -151,6 +151,13 @@ 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({