Skip to content

Commit

Permalink
fix-vefa-properties-name (#78)
Browse files Browse the repository at this point in the history
Playa Caracol 303300 E
Playa Caracol 303200 E
  • Loading branch information
jojodunet authored Aug 31, 2024
1 parent c0fe9df commit 8f8b11d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/hooks/useFullyRentedAPR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ const APRDisabled = (
export const isVEFA = (token: UserRealtoken) => {
return (
token.shortName === 'Playa Caracol Cottage 10' ||
token.shortName === 'Playa Caracol 303300' ||
token.shortName === 'Playa Caracol 303200' ||
token.shortName === 'Playa Caracol 303300 E' ||
token.shortName === 'Playa Caracol 303200 E' ||
token.shortName === 'PH Pinoalto A002' ||
token.shortName === 'PH Pinoalto A003' ||
token.shortName === 'Vervana T1 '
Expand All @@ -115,8 +115,8 @@ export const isVEFA = (token: UserRealtoken) => {

const VEFAAPRs = {
'Playa Caracol Cottage 10': 10.77,
'Playa Caracol 303300': 10.69,
'Playa Caracol 303200': 10.8,
'Playa Caracol 303300 E': 10.69,
'Playa Caracol 303200 E': 10.8,
'PH Pinoalto A002': 10.11,
'PH Pinoalto A003': 10.11,
'Vervana T1 ': 11.33,
Expand Down

0 comments on commit 8f8b11d

Please sign in to comment.