Skip to content

Commit 3191b02

Browse files
committed
Resolve conflicts with main
1 parent b0dea93 commit 3191b02

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ui/selectors/selectors.js

-5
Original file line numberDiff line numberDiff line change
@@ -2042,11 +2042,6 @@ export const getConnectedSitesList = createDeepEqualSelector(
20422042
},
20432043
);
20442044

2045-
export function getShouldShowAggregatedBalancePopover(state) {
2046-
const { shouldShowAggregatedBalancePopover } = getPreferences(state);
2047-
return shouldShowAggregatedBalancePopover;
2048-
}
2049-
20502045
export const getMemoizedCurrentChainId = createDeepEqualSelector(
20512046
getCurrentChainId,
20522047
(chainId) => chainId,

0 commit comments

Comments
 (0)