Skip to content

Commit

Permalink
Use more implicit function execution syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejSWM committed Aug 29, 2023
1 parent c99b94e commit 3a76d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WalletStatementModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function WalletStatementModal({statementPageURL, session}) {

// We listen to a message sent from the iframe to the parent component when a link is clicked.
// This lets us handle navigation in the app, outside of the iframe.
window.onmessage = (e) => navigate(e);
window.onmessage = navigate;
}}
/>
</View>
Expand Down

0 comments on commit 3a76d56

Please sign in to comment.