Working on event_id and event_id_random are both showing as undefined. badge_id and badge_id_random work in this file though.
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<!-- The email should only be the first 3 chars and then @domain name. -->
|
||||
|
||||
<ul class="list-disc list-inside">
|
||||
{#each $lq__event_badge_obj_li as event_badge_obj (event_badge_obj.event_badge_id_random)}
|
||||
{#each $lq__event_badge_obj_li as event_badge_obj (event_badge_obj.event_badge_id)}
|
||||
{#if !event_badge_obj.hide || $ae_loc.trusted_access}
|
||||
<li
|
||||
class="
|
||||
|
||||
Reference in New Issue
Block a user