diff --git a/src/modules/[chain]/account/[address].vue b/src/modules/[chain]/account/[address].vue
index 1bd81e36..01819f07 100644
--- a/src/modules/[chain]/account/[address].vue
+++ b/src/modules/[chain]/account/[address].vue
@@ -130,9 +130,12 @@ loadAccount(props.address);
≈${{ 0 }}
- {{
- format.calculatePercent(v.amount, totalAmount)
- }}
+
+
+ {{
+ format.calculatePercent(v.amount, totalAmount)
+ }}
+
@@ -149,9 +152,12 @@ loadAccount(props.address);
≈${{ 0 }}
- {{
- format.calculatePercent(v.balance.amount, totalAmount)
- }}
+
+
+ {{
+ format.calculatePercent(v.balance.amount, totalAmount)
+ }}
+
@@ -168,9 +174,12 @@ loadAccount(props.address);
≈${{ 0 }}
- {{
- format.calculatePercent(v.amount, totalAmount)
- }}
+
+
+ {{
+ format.calculatePercent(v.amount, totalAmount)
+ }}
+
@@ -193,9 +202,12 @@ loadAccount(props.address);
≈${{ 0 }}
- {{
- format.calculatePercent(unbondingTotal, totalAmount)
- }}
+
+
+ {{
+ format.calculatePercent(unbondingTotal, totalAmount)
+ }}
+
diff --git a/src/modules/[chain]/tx/[hash].vue b/src/modules/[chain]/tx/[hash].vue
index faaee073..1dc086ef 100644
--- a/src/modules/[chain]/tx/[hash].vue
+++ b/src/modules/[chain]/tx/[hash].vue
@@ -49,10 +49,17 @@ const messages = computed(() => {
| Status |
- Successoioio
+
- Failded
+
+ {{ tx.tx_response.code === 0 ? 'Success': 'Failded' }}
+
|