diff --git a/websrc/components/App.tsx b/websrc/components/App.tsx index 0b62c59..6babfc8 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.toLocaleString())} + - {String(this.state.current_price.toLocaleString())} {String(this.state.active_pair.base) + "/" + String(this.state.active_pair.quote)}