Skip to content

Commit

Permalink
Hotfix: showing wrong rider tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mveytsman committed Mar 28, 2024
1 parent 9ab16f1 commit d58e784
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/bike_brigade_web/live/rider_live/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@
No tags
<% else %>
<span class="inline-flex flex-wrap">
<%= for tag <- List.duplicate(hd(@rider.tags), 100) do %>

<%= for tag <- @rider.tags do %>
<span class="before:content-[','] first:before:content-['']">
<.link navigate={~p"/riders?#{%{filters: ["tag:#{tag.name}"]}}"} class="link">
<%= tag.name %>
Expand Down

0 comments on commit d58e784

Please sign in to comment.