fix(LOY-39): revert coupon property change

This commit is contained in:
Christian Andolf
2025-01-14 11:39:32 +01:00
parent 633d259ce0
commit 72e4b7bb9b
4 changed files with 4 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ export default function SurprisesNotification({
async function viewRewards() {
const updates = surprises
.map((surprise) => {
const coupons = surprise.coupon
const coupons = surprise.coupons
?.map((coupon) => {
if (coupon?.couponCode) {
return {