Skip to content

Commit

Permalink
Merge branch 'master' into preprod
Browse files Browse the repository at this point in the history
  • Loading branch information
NandyBa authored Aug 31, 2024
2 parents 072a3c7 + 3f46b2d commit 3fca9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useFullyRentedAPR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const fullyRentedAPREstimation = (token: UserRealtoken) => {
return VEFAAPRs[token.shortName as keyof typeof VEFAAPRs]
}

// Case of fully rented property
if (token.rentedUnits === token.totalUnits) {
// Case of fully rented property
return token.annualPercentageYield
}

Expand Down

0 comments on commit 3fca9df

Please sign in to comment.