refactor: debug api balances

This commit is contained in:
Vojtech Simetka
2021-04-02 11:08:00 +02:00
parent f949bdffc6
commit d2708738ce
2 changed files with 2 additions and 11 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ export const useApiPeerBalances = () => {
setLoading(true)
beeDebugApi.balance.balances()
.then(res => {
setPeerBalances(res.data)
setPeerBalances(res)
})
.catch(error => {
setError(error)