Skip to content

Commit

Permalink
fix eth/pax send max
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed May 13, 2019
1 parent a2d0ca2 commit cf285bd
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 cf285bd

Please sign in to comment.