refactor(LOY-62): revert to switch case for ScriptedRewardText label text

This commit is contained in:
Chuma McPhoy
2025-01-13 16:38:56 +01:00
parent da31539610
commit 655103a0b5
4 changed files with 27 additions and 20 deletions

View File

@@ -43,3 +43,5 @@ export const COUPON_REWARD_TYPES = [
"Campaign",
"Member-voucher",
] as const
export const REWARD_TYPES = [...COUPON_REWARD_TYPES, "Tier"] as const