mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove default sendToken value in send.component.js (#8764)
Fixes #8763
This commit is contained in:
parent
13d6803698
commit
e124a9b467
@ -260,7 +260,7 @@ export default class SendTransactionScreen extends Component {
|
||||
gasLimit,
|
||||
gasPrice,
|
||||
selectedAddress,
|
||||
sendToken = {},
|
||||
sendToken,
|
||||
to: currentToAddress,
|
||||
updateAndSetGasLimit,
|
||||
} = this.props
|
||||
|
Loading…
Reference in New Issue
Block a user