We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6bbf3 commit 80f8e5aCopy full SHA for 80f8e5a
src/hooks/useFullyRentedAPR.ts
@@ -66,7 +66,7 @@ export const useFullyRentedAPR = (token: UserRealtoken) => {
66
67
const fullyRentedAPR = useMemo(() => {
68
const isDisabled = APRDisabled(rentCalculation, token)
69
- if (isDisabled && !isVEFA(token)) return 0
+ if (isDisabled) return 0
70
return fullyRentedAPREstimation(token, rentCalculation)
71
}, [token, rentCalculation])
72
0 commit comments