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())}