refactor: debug api settlements

This commit is contained in:
Vojtech Simetka
2021-04-02 11:28:10 +02:00
parent 456a18b9b6
commit 009de5924e
2 changed files with 2 additions and 18 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ export const useApiSettlements = () => {
setLoading(true)
beeDebugApi.settlements.getSettlements()
.then(res => {
setSettlements(res.data)
setSettlements(res)
})
.catch(error => {
setError(error)