Skip to content

Commit d00f797

Browse files
committed
Change unit to e-IOU
1 parent d77aa55 commit d00f797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/balances/BalancesPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function useBalances() {
205205
: "0",
206206
unit: "BTC",
207207
},
208-
eiou: { amount: "0", unit: "eIOU" },
208+
eiou: { amount: "0", unit: "e-IOU" },
209209
credit: {
210210
amount: creditQuery.data && "amount" in creditQuery.data ? String(creditQuery.data.amount) : "0",
211211
unit: creditQuery.data && "unit" in creditQuery.data ? String(creditQuery.data.unit) : "credit",

0 commit comments

Comments
 (0)