diff --git a/app/components/Activity/InvoiceModal.js b/app/components/Activity/InvoiceModal.js
index ffa96398..779f8738 100644
--- a/app/components/Activity/InvoiceModal.js
+++ b/app/components/Activity/InvoiceModal.js
@@ -58,6 +58,7 @@ const InvoiceModal = ({
value={invoice.finalAmount}
currency={ticker.currency}
currentTicker={currentTicker}
+ fiatTicker={ticker.fiatTicker}
/>
0 ? styles.active : undefined}`}>-
-
{currencyName} fee
@@ -72,6 +73,7 @@ const TransactionModal = ({
value={transaction.amount}
currency={ticker.currency}
currentTicker={currentTicker}
+ fiatTicker={ticker.fiatTicker}
/>