feat(LOY-62): Add ScriptedRewardText component

This commit is contained in:
Chuma McPhoy
2024-12-09 17:48:32 +01:00
parent 02d3352ea5
commit 0edd615925
12 changed files with 177 additions and 0 deletions

View File

@@ -257,6 +257,10 @@ export const rewardQueryRouter = router({
id: apiReward?.id,
rewardType: apiReward?.rewardType,
redeemLocation: apiReward?.redeemLocation,
rewardTierLevel:
apiReward && "rewardTierLevel" in apiReward
? apiReward.rewardTierLevel
: undefined,
operaRewardId:
apiReward && "operaRewardId" in apiReward
? apiReward.operaRewardId