Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull committed Jan 21, 2025
1 parent 297e81b commit fa7f0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotcom_web/components/trip_planner/itinerary_detail.ex
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defmodule DotcomWeb.Components.TripPlanner.ItineraryDetail do

defp depart_at_buttons(assigns) do
~H"""
<div :if={Enum.count(@itineraries) > 1}}>
<div :if={Enum.count(@itineraries) > 1} }>
<hr class="border-gray-lighter" />
<p class="text-sm mb-2 mt-3">Depart at</p>
<div id="itinerary-detail-departure-times" class="flex flex-wrap gap-2">
Expand Down

0 comments on commit fa7f0ac

Please sign in to comment.