Skip to content

Commit

Permalink
feat(trading limits): fixed duplicate initialisation of orderType
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-bc committed Dec 14, 2021
1 parent 67c3cce commit 51e7287
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ class CryptoSelector extends React.Component<InjectedFormProps<{}, Props> & Prop
cryptoCurrency: getCoinFromPair(pair.pair),
fiatCurrency,
orderType: this.state.orderType,
orderType: this.props.orderType,
pair,
step: 'ENTER_AMOUNT'
})
Expand Down

0 comments on commit 51e7287

Please sign in to comment.