diff --git a/src/pages/tree.tsx b/src/pages/tree.tsx index 58eb82c3f..1dcbc5f9b 100644 --- a/src/pages/tree.tsx +++ b/src/pages/tree.tsx @@ -28,7 +28,7 @@ import { getReserves, getExchanges, getCoins, getPreCoins, refresh, getDenoms } from "src/wxApi"; -import { prettyAmount, abbrev } from "src/renderHtml"; +import { prettyAmount } from "src/renderHtml"; import { getTalerStampDate } from "src/helpers"; interface ReserveViewProps { @@ -122,7 +122,7 @@ class CoinView extends React.Component { @@ -213,7 +213,7 @@ class PreCoinList extends ImplicitStateComponent { } return (
- Pre-Coins ({this.precoins() !.length.toString()}) + Planchets ({this.precoins() !.length.toString()}) {" "} {this.precoins() !.map((c) => )}