From b7aa4eec128bef53883aa46c336a1db86aea940b Mon Sep 17 00:00:00 2001 From: robhyrk Date: Mon, 8 Apr 2024 18:36:20 -0400 Subject: [PATCH] fix: func name --- lib/hooks/useWeb3Wallet.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hooks/useWeb3Wallet.ts b/lib/hooks/useWeb3Wallet.ts index 164f5b0fd..507cf132a 100644 --- a/lib/hooks/useWeb3Wallet.ts +++ b/lib/hooks/useWeb3Wallet.ts @@ -41,7 +41,7 @@ const useWeb3Wallet = () => { } }; - const onBoardUser = async () => { + const onboardUser = async () => { if (!web3auth) { return; } @@ -93,7 +93,7 @@ const useWeb3Wallet = () => { ); if (web3authProvider) { await getKeypair(web3authProvider); - await onBoardUser(); + await onboardUser(); } } catch (e) { notificationStore.pushNotification(