Skip to content

Commit 6fea00a

Browse files
committed
fixup! [SPIKE] Unavailable trips
1 parent a1f8df2 commit 6fea00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dotcom_web/components/trip_planner/results.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ defmodule DotcomWeb.Components.TripPlanner.Results do
7171
Unavailable
7272
</div>
7373
<.itinerary_summary summary={group.summary} />
74-
<div class="flex justify-end items-center">
74+
<div :if={!group.summary.unavailable?} class="flex justify-end items-center">
7575
<div :if={ItineraryGroup.options_text(group)} class="grow text-sm text-grey-dark">
7676
{ItineraryGroup.options_text(group)}
7777
</div>

0 commit comments

Comments
 (0)