Skip to content

Commit

Permalink
feat(trading currency): we want to let users to select currency once …
Browse files Browse the repository at this point in the history
…when they do buy flow
  • Loading branch information
milan-bc committed Dec 16, 2021
1 parent 0b6a7be commit b6b4255
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { OrderType, WalletFiatType } from '@core/types'
import Flyout, { duration, FlyoutChild, Trade } from 'components/Flyout'
import { actions, selectors } from 'data'
import { RootState } from 'data/rootReducer'
import { BrokerageModalOriginType, ModalName } from 'data/types'
import { ModalName } from 'data/types'
import modalEnhancer from 'providers/ModalEnhancer'

const TradeContainer = (props: Props) => {
Expand All @@ -29,7 +29,6 @@ const TradeContainer = (props: Props) => {
dispatch(
actions.components.buySell.showModal({
cryptoCurrency: 'BTC',
orderType: OrderType.BUY,
origin: 'Trade'
})
)
Expand Down

0 comments on commit b6b4255

Please sign in to comment.