diff --git a/src/contexts/SettingsContext.tsx b/src/contexts/SettingsContext.tsx index c419a6b..eb96226 100644 --- a/src/contexts/SettingsContext.tsx +++ b/src/contexts/SettingsContext.tsx @@ -514,6 +514,8 @@ export const SettingsProvider = (props: { children: ContextChildren }) => { return; } + if (publicKey) return; + publicKey = account?.publicKey; const initFeeds = initAvailableFeeds(publicKey);