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:
@@ -45,32 +45,14 @@ export const WithCloseButton: Story = {
|
||||
),
|
||||
}
|
||||
|
||||
export const CampaignBreakfastIncluded: Story = {
|
||||
export const CampaignWithoutBookingCode: Story = {
|
||||
args: {},
|
||||
render: () => (
|
||||
<BookingCodeChip isCampaign bookingCode="SUMMER25" isBreakfastIncluded />
|
||||
),
|
||||
}
|
||||
|
||||
export const CampaignBreakfastExcluded: Story = {
|
||||
args: {},
|
||||
render: () => (
|
||||
<BookingCodeChip
|
||||
isCampaign
|
||||
bookingCode="SUMMER25"
|
||||
isBreakfastIncluded={false}
|
||||
/>
|
||||
),
|
||||
render: () => <BookingCodeChip isCampaign />,
|
||||
}
|
||||
|
||||
export const CampaignFilledIcon: Story = {
|
||||
args: {},
|
||||
render: () => (
|
||||
<BookingCodeChip
|
||||
isCampaign
|
||||
bookingCode="SUMMER25"
|
||||
isBreakfastIncluded
|
||||
filledIcon
|
||||
/>
|
||||
<BookingCodeChip isCampaign bookingCode="SUMMER25" filledIcon />
|
||||
),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user