Skip to content

Commit 9d7267f

Browse files
Explicit null
1 parent ae7e5cb commit 9d7267f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/hooks/useMultichainAccountsIntroModal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function useMultichainAccountsIntroModal(
4444
// Strip prerelease versions as they just indicate build types.
4545
const strippedLastVersion = parsedLastVersion
4646
? `${parsedLastVersion.major}.${parsedLastVersion.minor}.${parsedLastVersion.patch}`
47-
: parsedLastVersion;
47+
: null;
4848

4949
// Check if this is an upgrade from a version lower than BIP-44 introduction version
5050
const isUpgradeFromLowerThanBip44Version = Boolean(

0 commit comments

Comments
 (0)