Skip to content

Commit

Permalink
fix(launchpad): Remove fields
Browse files Browse the repository at this point in the history
  • Loading branch information
WaDadidou committed Feb 17, 2025
1 parent 725b3e1 commit 8457d7b
Showing 1 changed file with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,24 @@ export const InvestmentInformation: React.FC<{
value={collectionData.investment_link}
/>
</View>
<View
style={{
flexDirection:
width >= launchpadReviewBreakpointSM ? "row" : "column",
marginVertical: layout.spacing_x2,
gap: layout.spacing_x1_5,
flexWrap: "wrap",
}}
>
<ApplicationCard
title="TeritoriDAO Allocated Whitelists"
value={collectionData.dao_whitelist_count.toString()}
/>
<ApplicationCard
title="TeritoriDAO Allocated Whitelists"
value={collectionData.escrow_mint_proceeds_period.toString()}
/>
</View>
{/*<View*/}
{/* style={{*/}
{/* flexDirection:*/}
{/* width >= launchpadReviewBreakpointSM ? "row" : "column",*/}
{/* marginVertical: layout.spacing_x2,*/}
{/* gap: layout.spacing_x1_5,*/}
{/* flexWrap: "wrap",*/}
{/* }}*/}
{/*>*/}
{/* <ApplicationCard*/}
{/* title="TeritoriDAO Allocated Whitelists"*/}
{/* value={collectionData.dao_whitelist_count.toString()}*/}
{/* />*/}
{/* <ApplicationCard*/}
{/* title="TeritoriDAO Allocated Whitelists"*/}
{/* value={collectionData.escrow_mint_proceeds_period.toString()}*/}
{/* />*/}
{/*</View>*/}

<ApplicationCard title="Partners" value={collectionData.partners} />
</View>
Expand Down

0 comments on commit 8457d7b

Please sign in to comment.