CasperDash / casperdash-extension

Casper blockchain wallet
https://casperdash.io
MIT License
6 stars 5 forks source link

[NFT List] Clear NFTs old account when switch to other account #353

Open 0xkynz opened 1 year ago

0xkynz commented 1 year ago

Problem:

When switching from one user account to another in our NFT application, the NFT list is not refreshing properly. It appears to be retaining old state data, possibly due to Redux not clearing the old account's data.

Expected Behavior:

When a user switches to a different account, the NFT list should be cleared or refreshed, ensuring that the data is up to date for the new account.