Skip to content

Commit

Permalink
chore: misc chagnes
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth committed Oct 27, 2023
1 parent 206666a commit e721a9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions apps/dashboard/.env

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const formatBalance = (
if (walletCurrency === "BTC") {
const btcBalance = balance / 100000000
if (btcBalance < 0.00001) {
// Set your own threshold
return [balance, "sats"]
} else {
return [btcBalance, "BTC"]
Expand Down

0 comments on commit e721a9e

Please sign in to comment.