1 parent 187753c commit 3c65f43Copy full SHA for 3c65f43
1 file changed
src/app/nfts/Nfts.tsx
@@ -31,6 +31,7 @@ export default function Nfts() {
31
if (address) {
32
setLoading(true);
33
setNfts([]);
34
+ setRawResponse([]);
35
36
const refreshNfts = async () => {
37
const {rawResponse, nfts} = await nftsController.getNfts(address);
0 commit comments