File tree 2 files changed +2
-2
lines changed
components/ui/airwayscomponents
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ const AirwaysHero = () => {
113
113
risk, and ship your travel dreams faster than ever before
114
114
</h2> */ }
115
115
116
- { destinationPickerNewAIModelLDFlag ?. _ldMeta . enabled !== false && (
116
+ { destinationPickerNewAIModelLDFlag ?. _ldMeta ? .enabled !== false && (
117
117
< DestinationPicker >
118
118
< Button className = "bg-airlinedarkblue shadow-xl rounded-3xl w-[15rem] py-6 flex gap-2 animate-pulse hover:animate-none" >
119
119
< span >
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ export default function BookedFlights() {
330
330
</ button >
331
331
) }
332
332
333
- { aiTravelPromptText ?. _ldMeta . enabled !== false && (
333
+ { aiTravelPromptText ?. _ldMeta ? .enabled !== false && (
334
334
< Popover >
335
335
< PopoverTrigger className = "relative bg-gradient-airways-red text-white font-bold py-3 px-4 w-full animate-pulse hover:animate-none rounded-xl" >
336
336
AI Travel Insights
You can’t perform that action at this time.
0 commit comments