+
+ {currencyKey != null ? (
+ <>
+
+ {
+ ]}
+ />
+ }
+
+ {price != null && (
+
+ {formatCurrency(selectedPriceCurrency.name, price, {
+ sign: selectedPriceCurrency.sign,
+ })}
+
+ )}
+ {change != null && }
+ >
+ ) : (
+ {t('common.price')}
+ )}
+
+
+ {PERIOD_LABELS.map((period) => (
+ setSelectedPeriod(period)}
+ >
+ {t(period.i18nLabel)}
+
+ ))}
+
+
+