From 3979a4f86f6bc9cfe0dfb4aea27ec3aa4247d3bb Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sat, 19 Dec 2020 21:52:27 +0000 Subject: [PATCH] same top color, better number localization --- websrc/components/Statusbar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websrc/components/Statusbar.tsx b/websrc/components/Statusbar.tsx index a63d56a..02da075 100644 --- a/websrc/components/Statusbar.tsx +++ b/websrc/components/Statusbar.tsx @@ -53,7 +53,7 @@ export class QuoteStatus extends Component { return ( <> {this.renderSign()}{this.props.quote_symbol} - {this.whole} + {this.whole.toLocaleString()} .{this.decimal} ) @@ -123,8 +123,8 @@ export class Statusbar extends Component { render() { return ( -
-
+
+
Price Charts