mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 02:07:55 +00:00
645e703600
Replaces the buggy useEffect that derived citizen number from wallet address (and re-triggered whenever user cleared the field) with a clean sync from DashboardContext's NFT-derived citizenNumber. Field is read-only when NFT data is present, preventing the refill loop entirely.