mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
fix(@desktop/wallet): Fix collectibles autofetch mode
This commit is contained in:
parent
cf09505071
commit
415d0f3594
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user