mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 04:27:56 +00:00
Add debug logging to handleCitizensIssue
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user