Skip to content

Commit

Permalink
bugfix: get user network
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-lee committed Apr 11, 2024
1 parent 96380f2 commit eb90c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview-ui/src/features/suiEnv/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const SuiEnv = () => {
setIsLoading(false);
}
getUserNetworks();
}, []);
}, [suiPath]);

useEffect(() => {
// fileInputRef?.current?.setAttribute("directory", "");
Expand Down

0 comments on commit eb90c6c

Please sign in to comment.