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 d17caa5 commit b6ec82bCopy full SHA for b6ec82b
lib/dotcom_web/components/trip_planner/results.ex
@@ -101,7 +101,6 @@ defmodule DotcomWeb.Components.TripPlanner.Results do
101
</.button>
102
</div>
103
104
- <div>Cost: {@itinerary.generalized_cost}</div>
105
<.itinerary_detail itinerary={@itinerary} />
106
107
"""
@@ -131,7 +130,6 @@ defmodule DotcomWeb.Components.TripPlanner.Results do
131
130
>
132
Unavailable
133
134
- <div>Cost: {group.generalized_cost}</div>
135
<.itinerary_summary summary={group.summary} />
136
<div :if={!group.summary.unavailable?} class="flex justify-end items-center">
137
<div :if={ItineraryGroup.options_text(group)} class="grow text-sm text-grey-dark">
0 commit comments