diff --git a/src/components/BitcoinAssociations.svelte b/src/components/BitcoinAssociations.svelte
index 50f18ea..5928184 100644
--- a/src/components/BitcoinAssociations.svelte
+++ b/src/components/BitcoinAssociations.svelte
@@ -68,7 +68,7 @@
- {ba.Balance}
+ {ba.Balance?ba.Balance.toLocaleString():"just wait a sec..."}
{ba.Address}
diff --git a/src/components/MeritRequests.svelte b/src/components/MeritRequests.svelte
index 8eacb60..1754282 100644
--- a/src/components/MeritRequests.svelte
+++ b/src/components/MeritRequests.svelte
@@ -1,34 +1,40 @@
@@ -24,7 +25,7 @@
- {rocket.getMatchingTags('d')[0][1]}
+ {rocket.getMatchingTags('d')[0][1]}
@@ -42,7 +43,7 @@
-
+