Skip to content

Commit

Permalink
Update apps/wallet-mobile/src/features/Discover/common/hooks.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Michal S <[email protected]>
Signed-off-by: Juliano Lazzarotto <[email protected]>
  • Loading branch information
stackchain and michaeljscript authored May 23, 2024
1 parent 6c52443 commit e908d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet-mobile/src/features/Discover/common/hooks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const useConnectWalletToWebView = (wallet: YoroiWallet, webViewRef: React

const sendMessageToWebView = (event: string) => (id: string, result: unknown, error?: Error) => {
if (error) {
logger.debug('useConnectWalletToWebView: error sending to webview', {error, event})
logger.debug('useConnectWalletToWebView: sending error to webview', {error, event})
} else {
logger.debug('useConnectWalletToWebView: sending result to webview', {result, event})
}
Expand Down

0 comments on commit e908d6e

Please sign in to comment.