1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Remove default sendToken value in send.component.js (#8764)

Fixes #8763
This commit is contained in:
Thomas Huang 2020-06-10 11:34:16 -07:00 committed by GitHub
parent 13d6803698
commit e124a9b467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,7 +260,7 @@ export default class SendTransactionScreen extends Component {
gasLimit,
gasPrice,
selectedAddress,
sendToken = {},
sendToken,
to: currentToAddress,
updateAndSetGasLimit,
} = this.props