Skip to content

Commit

Permalink
fix: Remove invocation of @target from <.itinerary_detail /> (#2261)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson authored Dec 10, 2024
1 parent 92cc1b3 commit fe2ebb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/dotcom_web/components/trip_planner/itinerary_detail.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ defmodule DotcomWeb.Components.TripPlanner.ItineraryDetail do
<.depart_at_buttons
selected_itinerary_detail_index={@selected_itinerary_detail_index}
itineraries={@itineraries}
target={@target}
/>
<.specific_itinerary_detail itinerary={@selected_itinerary} />
</div>
Expand All @@ -35,7 +34,6 @@ defmodule DotcomWeb.Components.TripPlanner.ItineraryDetail do

attr :itineraries, :list
attr :selected_itinerary_detail_index, :integer
attr :target, :string

defp depart_at_buttons(assigns) do
~H"""
Expand Down

0 comments on commit fe2ebb9

Please sign in to comment.