Skip to content

Commit

Permalink
Remove default sendToken value in send.component.js
Browse files Browse the repository at this point in the history
Fixes #8763
  • Loading branch information
tmashuang committed Jun 9, 2020
1 parent c30da94 commit fc6bc43
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 fc6bc43

Please sign in to comment.