Skip to content

Commit

Permalink
Remove default sendToken value in send.component.js (#8764)
Browse files Browse the repository at this point in the history
Fixes #8763
  • Loading branch information
tmashuang authored Jun 10, 2020
1 parent 13d6803 commit e124a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/pages/send/send.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export default class SendTransactionScreen extends Component {
gasLimit,
gasPrice,
selectedAddress,
sendToken = {},
sendToken,
to: currentToAddress,
updateAndSetGasLimit,
} = this.props
Expand Down

0 comments on commit e124a9b

Please sign in to comment.