Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixup! fix: mf-6071 don't persistent cache my persona info (#11478) #11481

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

swkatmask
Copy link
Contributor

@swkatmask swkatmask added this to the 2.25.0 milestone Mar 5, 2024
@guanbinrui guanbinrui merged commit 52c1b5a into develop Mar 5, 2024
17 checks passed
@guanbinrui guanbinrui deleted the fix/fixup-mf-6071 branch March 5, 2024 03:29
@@ -25,8 +25,10 @@ function usePersonaInformation(
queryOwnedPersonaInformation?: (initializedOnly: boolean) => Promise<PersonaInformation[]>,
) {
const { data: personas = EMPTY_LIST, refetch } = useQuery({
queryKey: ['my-own-persona-info'],
queryKey: ['@@my-own-persona-info'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should also change the following files:

  • packages/mask/content-script/components/InjectedComponents/SetupGuide/VerifyNextID.tsx
  • packages/mask/popups/pages/Personas/AccountDetail/index.tsx (line 86 and 157)

@swkatmask

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants