Skip to content

Commit

Permalink
Empty deps. in ClientLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Jan 16, 2025
1 parent d48a6b6 commit df91162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/clientLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function ClientLayout({ children }: { children: React.ReactNode }
};

fetchUserWallets();
}, [changeMintAccountDetails, changeWalletAAccountDetails, changeWalletBAccountDetails, mintAccount, setLucidInstance, userA, userB]);
}, []);

if(userB.address === '') {
return <div className="mainLoadingContainer">
Expand Down

0 comments on commit df91162

Please sign in to comment.