Skip to content

Commit

Permalink
fix: attendee last badges (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunom27 authored Feb 11, 2025
1 parent 08b9fd1 commit 114f00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/safira_web/live/app/user_live/show.ex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defmodule SafiraWeb.App.UserLive.Show do

attendee_badge_reddeems =
Contest.list_attendee_all_badges_redeem_status(
socket.assigns.current_user.attendee.id,
attendee_id,
true
)

Expand Down

0 comments on commit 114f00f

Please sign in to comment.