Skip to content

Commit 214caf7

Browse files
committed
remove unecessary memo dep
1 parent 090d0c7 commit 214caf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const App = () => {
5353
getSolletWallet({ network }),
5454
getSolletExtensionWallet({ network })
5555
],
56-
[network]
56+
[]
5757
);
5858

5959
return (

0 commit comments

Comments
 (0)