diff --git a/src/hooks/useFullyRentedAPR.ts b/src/hooks/useFullyRentedAPR.ts index 20454c2..d303399 100644 --- a/src/hooks/useFullyRentedAPR.ts +++ b/src/hooks/useFullyRentedAPR.ts @@ -19,8 +19,8 @@ const fullyRentedAPREstimation = ( return getVEFAFullRentedAPR(token, rentCalculation) } + // Case of fully rented property if (token.rentedUnits === token.totalUnits) { - // Case of fully rented property return token.annualPercentageYield }