mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-14 02:11:00 +00:00
Fix CitizensIssues: add missing filter state variables and fix dependency array
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user