Skip to content

Commit

Permalink
fixed issue relating MystenLabs#2894 (MystenLabs#2913)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibz1 authored Jul 1, 2022
1 parent cffd5a4 commit 18b8fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/src/ui/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import { loadNetworkFromStorage } from '_redux/slices/app';
const App = () => {
const dispatch = useAppDispatch();
useEffect(() => {
dispatch(loadAccountFromStorage());
dispatch(loadNetworkFromStorage());
dispatch(loadAccountFromStorage());
}, [dispatch]);
const isPopup = useAppSelector(
(state) => state.app.appType === AppType.popup
Expand Down

0 comments on commit 18b8fc4

Please sign in to comment.