fix(@desktop/wallet): Fix collectibles autofetch mode

This commit is contained in:
Dario Gabriel Lipicar 2024-01-08 12:44:59 -03:00 committed by dlipicar
parent cf09505071
commit 415d0f3594
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ QtObject:
return getExtraData(network)
proc processGetOwnedCollectiblesResponse(self: Controller, response: JsonNode) =
defer: self.model.setIsFetching(false)
self.model.setIsFetching(false)
let res = fromJson(response, backend_collectibles.GetOwnedCollectiblesResponse)