From 67df5be3970e3d46004975f68ad5052449295ce1 Mon Sep 17 00:00:00 2001 From: Kobe Leenders Date: Sat, 9 Sep 2023 16:54:15 +0200 Subject: [PATCH] fix(mfi-v2-ui): removed commented code --- apps/marginfi-v2-xnft/src/screens/LendScreen.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/marginfi-v2-xnft/src/screens/LendScreen.tsx b/apps/marginfi-v2-xnft/src/screens/LendScreen.tsx index e1b967efd1..f8c4b18714 100644 --- a/apps/marginfi-v2-xnft/src/screens/LendScreen.tsx +++ b/apps/marginfi-v2-xnft/src/screens/LendScreen.tsx @@ -68,7 +68,7 @@ export function LendScreen() { Filter my positions Global pools - {/* + {extendedBankInfos.length > 0 ? ( globalPools.length > 0 ? ( globalPools.map((extendedBankInfo, idx) => ( @@ -91,10 +91,10 @@ export function LendScreen() { ) : ( )} - */} + Isolated pools - {/* + {extendedBankInfos.length > 0 ? ( isolatedPools.length > 0 ? ( isolatedPools.map((extendedBankInfo, idx) => ( @@ -117,7 +117,7 @@ export function LendScreen() { ) : ( )} - */} +