diff --git a/src/components/AccountActivityDataCellNameClaimTxEvent.vue b/src/components/AccountActivityDataCellNameClaimTxEvent.vue
index 3c49be2dd..80b36dcbb 100644
--- a/src/components/AccountActivityDataCellNameClaimTxEvent.vue
+++ b/src/components/AccountActivityDataCellNameClaimTxEvent.vue
@@ -2,7 +2,9 @@
{{ activity.payload.tx.name }}
-
+
{{ formatAePrice(formatAettosToAe(activity.payload.tx.nameFee)) }}
diff --git a/src/components/NameHistoryDataCellNameClaimEvent.vue b/src/components/NameHistoryDataCellNameClaimEvent.vue
index 93977f914..ff121691f 100644
--- a/src/components/NameHistoryDataCellNameClaimEvent.vue
+++ b/src/components/NameHistoryDataCellNameClaimEvent.vue
@@ -4,7 +4,9 @@
:link-to="`/accounts/${payload.tx.accountId}`"/>
-
+
{{ formatAePrice(formatAettosToAe(payload.tx.nameFee), null) }}
diff --git a/src/components/TransactionCellNameClaimTx.vue b/src/components/TransactionCellNameClaimTx.vue
index 2bb510b20..2d0441885 100644
--- a/src/components/TransactionCellNameClaimTx.vue
+++ b/src/components/TransactionCellNameClaimTx.vue
@@ -9,7 +9,9 @@
{{ transactionData.name }}
-
+
{{ formatAePrice(formatAettosToAe(transactionData.nameFee)) }}
diff --git a/src/components/TransactionTypeTableNameClaimTx.vue b/src/components/TransactionTypeTableNameClaimTx.vue
index 1d3e8ba6a..fb8840a6c 100644
--- a/src/components/TransactionTypeTableNameClaimTx.vue
+++ b/src/components/TransactionTypeTableNameClaimTx.vue
@@ -27,7 +27,9 @@
-
+