Skip to content

Commit 25d5977

Browse files
committed
chore: clean up unused lines
1 parent f4f5963 commit 25d5977

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/modules/markets/MarketAssetsListContainer.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ export const MarketAssetsListContainer = () => {
5353
const filteredData = reserves
5454
// Filter out any non-active reserves
5555
.filter((res) => res.isActive)
56-
// Filter out GHO if the banner is being displayed
57-
//* Disabled to always show GHO in the core markets list as per issue #2573
58-
//.filter((res) => (displayGhoBanner ? res !== ghoReserve : true))
5956
// filter out any that don't meet search term criteria
6057
.filter((res) => {
6158
if (!searchTerm) return true;

0 commit comments

Comments
 (0)