fix(grfn/bbbg): Fix RSVP label in UI
Change-Id: I7d4a1d0b9878fa732915c790217af2f2d15d00fa Reviewed-on: https://cl.tvl.fyi/c/depot/+/5021 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
d14c81007e
commit
38dadc0d0b
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
|||
(or (not-empty (::attendee/discord-name attendee))
|
||||
"—")]
|
||||
[:td
|
||||
[:label.mobile-label "Signed In: "]
|
||||
[:label.mobile-label "RSVP: "]
|
||||
(if (::event-attendee/rsvpd-attending? attendee)
|
||||
[:span {:title "Yes"} "✔️"]
|
||||
[:span {:title "No"} "❌"])]
|
||||
|
|
Loading…
Reference in a new issue