diff --git a/packages/extension-koni-ui/src/contexts/AuthenticationMythProvider.tsx b/packages/extension-koni-ui/src/contexts/AuthenticationMythProvider.tsx index f6107e56b3..8f58d27a91 100644 --- a/packages/extension-koni-ui/src/contexts/AuthenticationMythProvider.tsx +++ b/packages/extension-koni-ui/src/contexts/AuthenticationMythProvider.tsx @@ -60,10 +60,8 @@ export const AuthenticationMythProvider = ({ children }: AuthenticationMythProvi // authContext.logIn(); // } - if (authContext.token) { - bookaSDK.fetchMythicalBalance(authContext.token).catch(console.error); - bookaSDK.fetchNFLRivalCardList(authContext.token).catch(console.error); - } + bookaSDK.fetchNFLRivalCardList(authContext.token).catch(console.error); + bookaSDK.fetchMythicalBalance(authContext.token).catch(console.error); }, [authContext, authContext.token]); const onLoginWithMythAccount = useCallback(() => {