diff --git a/src/containers/Ledgers/Legend.tsx b/src/containers/Ledgers/Legend.tsx index d0b7e764f..d4a408fbc 100644 --- a/src/containers/Ledgers/Legend.tsx +++ b/src/containers/Ledgers/Legend.tsx @@ -39,7 +39,6 @@ export const Legend = () => { TransactionCategory.DEX, TransactionCategory.NFT, TransactionCategory.ACCOUNT, - TransactionCategory.XCHAIN, TransactionCategory.PSEUDO, TransactionCategory.UNKNOWN, ] diff --git a/src/containers/Ledgers/test/Legend.test.tsx b/src/containers/Ledgers/test/Legend.test.tsx index 8f9336301..4624cb95e 100644 --- a/src/containers/Ledgers/test/Legend.test.tsx +++ b/src/containers/Ledgers/test/Legend.test.tsx @@ -27,7 +27,7 @@ describe(`Legend`, () => { expect(wrapper.find('.legend-heading')).toHaveLength(2) expect(wrapper.find('.legend-section')).toHaveLength(2) expect(wrapper.find(TransactionActionIcon)).toHaveLength(5) - expect(wrapper.find('.legend-category')).toHaveLength(7) + expect(wrapper.find('.legend-category')).toHaveLength(6) wrapper.unmount() }) it(`renders open when localStorage entry 'explorer-legend-previous-interaction' is set to false`, () => {