Skip to content

Commit 3c65f43

Browse files
committed
Clear raw response on reload
1 parent 187753c commit 3c65f43

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/nfts/Nfts.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export default function Nfts() {
3131
if (address) {
3232
setLoading(true);
3333
setNfts([]);
34+
setRawResponse([]);
3435

3536
const refreshNfts = async () => {
3637
const {rawResponse, nfts} = await nftsController.getNfts(address);

0 commit comments

Comments
 (0)