Skip to content

Commit

Permalink
Hide delivery notes on rider campaign signup (#358)
Browse files Browse the repository at this point in the history
Hide delivery notes
  • Loading branch information
teesloane authored May 9, 2024
1 parent 9f73300 commit 8a87392
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/bike_brigade_web/live/campaign_signup_live/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
<:col :let={task} label="Dropoff Neighbourhood">
<%= Locations.neighborhood(task.dropoff_location) %>
</:col>
<:col :let={task} label="Notes"><%= task.delivery_status_notes %>
<.truncated_riders_notes note={task.rider_notes || "--"} /></:col>
<:action :let={task}>
<.signup_button
id="signup-btn-desktop"
Expand Down

0 comments on commit 8a87392

Please sign in to comment.