Skip to content

Commit

Permalink
fix(mfi-v2-ui): removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
k0beLeenders committed Sep 9, 2023
1 parent 4954cc1 commit 67df5be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/marginfi-v2-xnft/src/screens/LendScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function LendScreen() {
<Text style={tw`text-base text-primary`}>Filter my positions</Text>
</View>
<Text style={tw`text-xl text-primary pl-12px`}>Global pools</Text>
{/* <View style={tw`flex flex-row gap-2 flex-wrap`}>
<View style={tw`flex flex-row gap-2 flex-wrap`}>
{extendedBankInfos.length > 0 ? (
globalPools.length > 0 ? (
globalPools.map((extendedBankInfo, idx) => (
Expand All @@ -91,10 +91,10 @@ export function LendScreen() {
) : (
<PoolCardSkeleton />
)}
</View> */}
</View>

<Text style={tw`text-xl text-primary pl-12px`}>Isolated pools</Text>
{/* <View style={tw`flex flex-row gap-2 flex-wrap`}>
<View style={tw`flex flex-row gap-2 flex-wrap`}>
{extendedBankInfos.length > 0 ? (
isolatedPools.length > 0 ? (
isolatedPools.map((extendedBankInfo, idx) => (
Expand All @@ -117,7 +117,7 @@ export function LendScreen() {
) : (
<PoolCardSkeleton />
)}
</View>*/}
</View>
</View>
</View>
</Screen>
Expand Down

0 comments on commit 67df5be

Please sign in to comment.