Skip to content

Commit

Permalink
fix: Fix Typo in campaignTable.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBlanchardAC committed Nov 13, 2024
1 parent ab42d56 commit ce5f647
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{translate text="Complete" isAdminFacing=true}
</div>
<div>
{if $userCampaigns[$camapign->id][$user->id]['milestones'][$milestone->id]['rewardGiven'] == 0}
{if $userCampaigns[$campaign->id][$user->id]['milestones'][$milestone->id]['milestoneRewardGiven'] == 0}
<button class="set-reward-btn-milestone" data-user-id="{$user->id}" data-campaign-id="{$campaign->id}" data-milestone-id="{$milestone->id}" onclick="AspenDiscovery.CommunityEngagement.milestoneRewardGiven({$user->id}, {$campaign->id}, {$milestone->id});">
{translate text="Give Reward" isAdminFacing=true}
</button>
Expand Down

0 comments on commit ce5f647

Please sign in to comment.