Skip to content

Commit

Permalink
chore: Remove unused lifecycle hooks from Handle.provider.view
Browse files Browse the repository at this point in the history
  • Loading branch information
panosfilianos committed Oct 22, 2024
1 parent 5b0eb65 commit 21ab038
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/components/Setup/Views/Handle.provider.view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,20 +82,6 @@ export const HandleSetupView = ({}) => {

console.log(userOpHash)
}

// useEffect(() => {
// if (kernelAccount) {
// createZeroDevKernelAccountClient()
// }
// }, [kernelAccount]);


// useEffect(() => {
// if (kernelClient) {
// setIsKernelClientReady(true)
// setAccountAddress(kernelAccount.address)
// }
// }, [kernelClient]);

// Spinner component for visual feedback during loading states
const Spinner = () => (
Expand Down

0 comments on commit 21ab038

Please sign in to comment.