Skip to content

Commit b6ec82b

Browse files
committed
fixup! [SPIKE] Unavailable trips
1 parent d17caa5 commit b6ec82b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/dotcom_web/components/trip_planner/results.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ defmodule DotcomWeb.Components.TripPlanner.Results do
101101
</.button>
102102
</div>
103103
</div>
104-
<div>Cost: {@itinerary.generalized_cost}</div>
105104
<.itinerary_detail itinerary={@itinerary} />
106105
</div>
107106
"""
@@ -131,7 +130,6 @@ defmodule DotcomWeb.Components.TripPlanner.Results do
131130
>
132131
Unavailable
133132
</div>
134-
<div>Cost: {group.generalized_cost}</div>
135133
<.itinerary_summary summary={group.summary} />
136134
<div :if={!group.summary.unavailable?} class="flex justify-end items-center">
137135
<div :if={ItineraryGroup.options_text(group)} class="grow text-sm text-grey-dark">

0 commit comments

Comments
 (0)