mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
fix missing insufficient funds error for token sends (#14026)
This commit is contained in:
parent
b5088f65a9
commit
6fd037f1e6
@ -146,8 +146,7 @@ export default class ConfirmPageContainerContent extends Component {
|
||||
supportsEIP1559V2 &&
|
||||
!hasSimulationError &&
|
||||
(errorKey || errorMessage) &&
|
||||
errorKey === INSUFFICIENT_FUNDS_ERROR_KEY &&
|
||||
currentTransaction.type === TRANSACTION_TYPES.SIMPLE_SEND;
|
||||
errorKey === INSUFFICIENT_FUNDS_ERROR_KEY;
|
||||
|
||||
return (
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user