aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send-content/send-gas-row/send-gas-row.selectors.js
blob: d069ae8c6207b709188c9f248b5849ea2f1c6b23 (plain) (blame)
1
2
3
4
5
6
7
8
9
const selectors = {
  sendGasIsInError,
}

module.exports = selectors

function sendGasIsInError (state) {
  return state.send.errors.gasLoading
}