diff --git a/extension/src/popup/components/identicons/AccountListIdenticon/index.tsx b/extension/src/popup/components/identicons/AccountListIdenticon/index.tsx index fad51c0119..e2a371ddb8 100644 --- a/extension/src/popup/components/identicons/AccountListIdenticon/index.tsx +++ b/extension/src/popup/components/identicons/AccountListIdenticon/index.tsx @@ -32,7 +32,9 @@ export const AccountListIdenticon = ({ const shortPublicKey = truncatedPublicKey(publicKey); const handleMakeAccountActive = () => { - if (setLoading) { + // If this account is already active (selected) we don't need to load any + // more stuff, so let's just collapse the dropdown in this case + if (!active && setLoading) { setLoading(true); }