fix(BOOK-418): Refactored StandaloneHotelCardDialog and fixed pricing issue when using redemption or booking codes

Approved-by: Bianca Widstam
This commit is contained in:
Erik Tiekstra
2025-10-20 10:40:38 +00:00
parent 710309b7eb
commit 3e3a7fc423
12 changed files with 605 additions and 412 deletions

View File

@@ -33,6 +33,7 @@ export function HotelCardDialogImage({
src={imageSrc}
alt={altText || ''}
fill
sizes={position === 'top' ? '200px' : '450px'}
onError={() => setImageError(true)}
/>
)}