chore(LOY-62): Add case and translations for vouchers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user