We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7e5cb commit 9d7267fCopy full SHA for 9d7267f
ui/hooks/useMultichainAccountsIntroModal.ts
@@ -44,7 +44,7 @@ export function useMultichainAccountsIntroModal(
44
// Strip prerelease versions as they just indicate build types.
45
const strippedLastVersion = parsedLastVersion
46
? `${parsedLastVersion.major}.${parsedLastVersion.minor}.${parsedLastVersion.patch}`
47
- : parsedLastVersion;
+ : null;
48
49
// Check if this is an upgrade from a version lower than BIP-44 introduction version
50
const isUpgradeFromLowerThanBip44Version = Boolean(
0 commit comments