Skip to content

Commit

Permalink
feat(trading currencies): force user to select trading currency
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-bc committed Dec 28, 2021
1 parent 5aa4679 commit baa0ebd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ class TransactionsContainer extends React.PureComponent<Props> {
width='100px'
onClick={() => {
this.props.buySellActions.showModal({
cryptoCurrency: coin as CoinType,
orderType: OrderType.BUY,
origin: 'TransactionList'
})
Expand Down

0 comments on commit baa0ebd

Please sign in to comment.