Skip to content

Commit 9b5a122

Browse files
committed
fix after merge
1 parent b963d20 commit 9b5a122

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ui/selectors/selectors.js

-4
Original file line numberDiff line numberDiff line change
@@ -734,10 +734,6 @@ export const getMarketData = (state) => {
734734
return state.metamask.marketData;
735735
};
736736

737-
export function getCurrencyRates(state) {
738-
return state.metamask.currencyRates;
739-
}
740-
741737
export function getAddressBook(state) {
742738
const chainId = getCurrentChainId(state);
743739
if (!state.metamask.addressBook[chainId]) {

0 commit comments

Comments
 (0)