File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 77} from '@metamask/keyring-api' ;
88import { InternalAccount } from '@metamask/keyring-internal-api' ;
99import { AccountsControllerState } from '@metamask/accounts-controller' ;
10- import { createSelector } from 'reselect' ;
1110import { KnownCaipNamespace , parseCaipChainId } from '@metamask/utils' ;
1211import { createDeepEqualSelector } from '../../shared/modules/selectors/util' ;
1312import { isEqualCaseInsensitive } from '../../shared/modules/string-utils' ;
@@ -32,7 +31,7 @@ export function isNonEvmAccount(account: InternalAccount) {
3231 ) ;
3332}
3433
35- export const getInternalAccounts = createSelector (
34+ export const getInternalAccounts = createDeepEqualSelector (
3635 getInternalAccountsObject ,
3736 ( accounts ) => Object . values ( accounts ) ,
3837) ;
You can’t perform that action at this time.
0 commit comments