mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-28 05:12:18 +01:00
b3d78ed8a1
Revert accidentally changed constants. Require defaults in ens-input, gas-fee-display and confirm screens.
10 lines
158 B
JavaScript
10 lines
158 B
JavaScript
const selectors = {
|
|
sendAmountIsInError,
|
|
}
|
|
|
|
module.exports = selectors
|
|
|
|
function sendAmountIsInError (state) {
|
|
return Boolean(state.send.errors.amount)
|
|
}
|