Skip to content

Commit e44bcd7

Browse files
Minor fix
1 parent d1007f5 commit e44bcd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/Travel/HotelTripDetails.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ function HotelTripDetails({reservation, personalDetails}: HotelTripDetailsProps)
7070
description={translate('travel.hotelDetails.cancellation')}
7171
title={cancellationText}
7272
interactive={false}
73+
numberOfLinesTitle={2}
7374
/>
7475
)}
7576
{!!reservation.confirmations?.at(0)?.value && (

0 commit comments

Comments
 (0)