Skip to content

Commit

Permalink
refresh if the solana network selector changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenDowideit committed Mar 14, 2022
1 parent 5ec44e3 commit cd3fdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/nav/VersionInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const VersionInfo = () => {
window.electron.ipcRenderer.fetchVersionInfo({
net: net,
});
}, []);
}, [validator]);

useEffect(() => {
const listener = (resp: any) => {
Expand Down

0 comments on commit cd3fdc5

Please sign in to comment.