Skip to content

Commit

Permalink
feat(trading currency): allow users to select trading currency
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-bc committed Jan 8, 2022
1 parent 06af094 commit 6470308
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const Actions = ({ buySellActions, coinName, cryptoCurrency, swapActions }: Prop
nature='primary'
onClick={() =>
buySellActions.showModal({
cryptoCurrency: cryptoCurrency as CoinType,
orderType: 'BUY',
origin: 'PriceChart'
})
Expand Down

0 comments on commit 6470308

Please sign in to comment.