+
+
+
+
+
{ localizeWithFallback(category.textKey, category.label) }
+
+
+ { rewards.length > 0
+ ? rewards.map((reward, index) =>
+ {
+ const currencyType = rewardCurrencyType(reward);
+ return (
+
+ { currencyType !== null && }
+ { reward.amount }
+
+ );
+ })
+ : category.fallbackCurrencies.map((currency, index) => (
+
+
+ 0
+
+ )) }
+
+
+
+ );
+ }) }
+