Skip to content

Commit

Permalink
Fix social fi query for widget
Browse files Browse the repository at this point in the history
  • Loading branch information
andreskebe committed Nov 1, 2024
1 parent b17efaf commit b08b55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/queries/useGetCommitmentsForCollateralToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const useGetCommitmentsForCollateralToken = (
{ commitmentBorrowers: [] }
]
}`
: ""
: { commitmentBorrowers: [] }
}
]
},
Expand Down

0 comments on commit b08b55b

Please sign in to comment.