Skip to content

Commit 872f80a

Browse files
committed
Resolve conflicts with main
1 parent acb7f4c commit 872f80a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

ui/selectors/selectors.js

-15
Original file line numberDiff line numberDiff line change
@@ -2041,21 +2041,6 @@ export const getConnectedSitesList = createDeepEqualSelector(
20412041
},
20422042
);
20432043

2044-
export const getConnectedSnapsList = createDeepEqualSelector(
2045-
getSnapsList,
2046-
(snapsData) => {
2047-
const snapsList = {};
2048-
2049-
Object.values(snapsData).forEach((snap) => {
2050-
if (!snapsList[snap.name]) {
2051-
snapsList[snap.name] = snap;
2052-
}
2053-
});
2054-
2055-
return snapsList;
2056-
},
2057-
);
2058-
20592044
export const getMemoizedCurrentChainId = createDeepEqualSelector(
20602045
getCurrentChainId,
20612046
(chainId) => chainId,

0 commit comments

Comments
 (0)