Merged in fix/SW-3484-campaign-remove-breakfast-message-chip (pull request #2820)
fix(SW-3484): remove breakfast message in the booking code chip for campaign * fix(SW-3484): remove breakfast message in the booking code chip for campaign Approved-by: Matilda Landström
This commit is contained in:
@@ -12,7 +12,6 @@ interface BookingCodeRowProps {
|
||||
|
||||
export default function BookingCodeRow({
|
||||
bookingCode,
|
||||
isBreakfastIncluded,
|
||||
isCampaignRate,
|
||||
}: BookingCodeRowProps) {
|
||||
if (!bookingCode) {
|
||||
@@ -24,7 +23,6 @@ export default function BookingCodeRow({
|
||||
<td colSpan={2} align="left">
|
||||
<BookingCodeChip
|
||||
bookingCode={bookingCode}
|
||||
isBreakfastIncluded={isBreakfastIncluded}
|
||||
isCampaign={isCampaignRate}
|
||||
/>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user