chore(LOY-62): Add case and translations for vouchers

This commit is contained in:
Chuma McPhoy
2024-12-10 08:19:14 +01:00
parent 0edd615925
commit dc7e6df006
7 changed files with 9 additions and 1 deletions

View File

@@ -42,7 +42,9 @@ export default function ScriptedRewardText({
label = intl.formatMessage({ id: "Surprise!" })
break
// TODO: Add Voucher type
case "Voucher":
label = intl.formatMessage({ id: "Voucher" })
break
default:
label = null