From ac6bb07d4935284b8c66850462ac376c5c81278f Mon Sep 17 00:00:00 2001 From: Jojodunet <65983141+jojodunet@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:01:02 +0200 Subject: [PATCH] fix-vefa-properties-name Playa Caracol 303300 E Playa Caracol 303200 E --- src/hooks/useFullyRentedAPR.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/hooks/useFullyRentedAPR.ts b/src/hooks/useFullyRentedAPR.ts index 7026af6..fe7c962 100644 --- a/src/hooks/useFullyRentedAPR.ts +++ b/src/hooks/useFullyRentedAPR.ts @@ -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 ' @@ -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,