From 13af239d60b08f217adc8a497a2a5d2e8f4fd283 Mon Sep 17 00:00:00 2001 From: Charlie Varley Date: Mon, 23 May 2022 18:37:34 +0200 Subject: [PATCH] fix: disable firefly has changed popup on new profiles --- packages/shared/lib/profile.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/shared/lib/profile.ts b/packages/shared/lib/profile.ts index 33a67e9e895..44d7977551a 100644 --- a/packages/shared/lib/profile.ts +++ b/packages/shared/lib/profile.ts @@ -107,6 +107,7 @@ const buildProfile = (profileName: string, isDeveloperProfile: boolean): Profile }, ledgerMigrationCount: 0, accounts: [], + hasFinishedSingleAccountGuide: true, }) /**