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