Skip to content

Commit

Permalink
Increment challenge score when a whitelisted product is ordered & paid
Browse files Browse the repository at this point in the history
…#110

Co-authored-by: Eliott C. <[email protected]>
  • Loading branch information
ithiame and coyotte508 authored Jun 16, 2023
1 parent 2325922 commit 3989b45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/routes/admin/challenge/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
currency={challenge.goal.currency}
/>
{:else}
{challenge.goal.amount} products
<span class="text-gray-800 text-base">
{challenge.goal.amount} products
</span>
{/if}
</div>
</div>
Expand Down

0 comments on commit 3989b45

Please sign in to comment.