From c08c76b7d880a23717d0c395c011aa73bb09bb2f Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Sun, 9 Jan 2022 13:45:02 -0800 Subject: [PATCH] Fix text messages for ANY --- frontend/src/components/BookPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/BookPage.js b/frontend/src/components/BookPage.js index 158d7671..5a2b77a2 100644 --- a/frontend/src/components/BookPage.js +++ b/frontend/src/components/BookPage.js @@ -173,7 +173,7 @@ export default class BookPage extends Component { { this.state.not_found ? "" : - You are {this.state.type == 0 ? " selling " : " buying "} BTC for {this.state.currencyCode} + You are {this.state.type == 0 ? " buying " : (this.state.type == 1 ? " selling ":" checking ")} BTC for {this.state.currencyCode} }