From 8d7f4b72c7fc5253918e30891efc1566cbcf1dbc Mon Sep 17 00:00:00 2001 From: "Vlad Lo." Date: Thu, 8 Aug 2024 16:15:26 +0300 Subject: [PATCH] Fix BrowserOnly --- src/components/NavbarWallet/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NavbarWallet/index.tsx b/src/components/NavbarWallet/index.tsx index bbbc2be2d7..9ccd72b280 100644 --- a/src/components/NavbarWallet/index.tsx +++ b/src/components/NavbarWallet/index.tsx @@ -83,7 +83,7 @@ const NavbarWalletComponent: FC = ({ const NavbarWallet = (props) => { return ( - + {() => } ); };