Skip to content

Commit

Permalink
chore: replacing to arrow function to avoid binding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho112 committed Jan 10, 2024
1 parent 54837ae commit 0485590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/Routing.js
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ class Routing extends Component {
render={() => (
<TransferWizardWrapper
account={account}
onTransfer={this.handleTransferClick}
onTransfer={() => this.handleTransferClick()}
/>
)}
/>
Expand Down

0 comments on commit 0485590

Please sign in to comment.