From f502ab02b5f20c2919285e420dc07a9330a7388c Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 21 Dec 2020 14:33:53 +0000 Subject: [PATCH] formatting amount in title --- websrc/components/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websrc/components/App.tsx b/websrc/components/App.tsx index 14cff3c..0b62c59 100644 --- a/websrc/components/App.tsx +++ b/websrc/components/App.tsx @@ -90,7 +90,7 @@ class App extends Component<{}, AppState> { <> Rustico - - {String(this.state.active_pair.base) + "/" + String(this.state.active_pair.quote)} {String(this.state.current_price)} + - {String(this.state.active_pair.base) + "/" + String(this.state.active_pair.quote)} {String(this.state.current_price.toLocaleString())}