Skip to content

Commit

Permalink
Merge branch 'development' into fix/sfox-states
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed May 13, 2019
2 parents 6e04ddf + fe86636 commit 6f40c6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default ({ api, coreSagas, networks }) => {

const maximumAmountClicked = function * (action) {
try {
const coinCode = prop('coin', action.payload)
const coinCode = action.payload
const appState = yield select(identity)
const currency = selectors.core.settings
.getCurrency(appState)
Expand Down

0 comments on commit 6f40c6b

Please sign in to comment.