From 4211f9ede03787a14e663483ae1a52015d50639c Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 17 Dec 2020 09:31:09 +0000 Subject: [PATCH] added base and quote to title page --- websrc/components/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websrc/components/App.tsx b/websrc/components/App.tsx index 9fc1b7d..fb01225 100644 --- a/websrc/components/App.tsx +++ b/websrc/components/App.tsx @@ -81,7 +81,8 @@ class App extends Component<{}, AppState> {
{/* TODO: fix currency */} - Rustico - USD {String(this.state.current_price)} + Rustico + - {String(this.state.active_pair.base) + "/" + String(this.state.active_pair.quote)} {String(this.state.current_price)}