We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f8df2 commit 6fea00aCopy full SHA for 6fea00a
lib/dotcom_web/components/trip_planner/results.ex
@@ -71,7 +71,7 @@ defmodule DotcomWeb.Components.TripPlanner.Results do
71
Unavailable
72
</div>
73
<.itinerary_summary summary={group.summary} />
74
- <div class="flex justify-end items-center">
+ <div :if={!group.summary.unavailable?} class="flex justify-end items-center">
75
<div :if={ItineraryGroup.options_text(group)} class="grow text-sm text-grey-dark">
76
{ItineraryGroup.options_text(group)}
77
0 commit comments