aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/send/send-content/send-amount-row/amount-max-button/amount-max-button.selectors.js
blob: 69fec19949743c37f4011e506330fd9d04e88284 (plain) (blame)
1
2
3
4
5
6
7
8
9
const selectors = {
  getMaxModeOn,
}

module.exports = selectors

function getMaxModeOn (state) {
  return state.metamask.send.maxModeOn
}