mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-19 05:54:06 +01:00
refactor: comment out Modal rendering logic in Portfolio component
This commit is contained in:
parent
b1fa74e8c6
commit
48b03c3552
@ -244,13 +244,13 @@ export default async function Portfolio({ params }: { params: { uid: string } })
|
|||||||
<CardContent className="mt-5 grid grid-flow-row-dense">
|
<CardContent className="mt-5 grid grid-flow-row-dense">
|
||||||
<RecentFunds data={latestDeals} />
|
<RecentFunds data={latestDeals} />
|
||||||
<div className="mt-5 flex justify-center">
|
<div className="mt-5 flex justify-center">
|
||||||
{deals && deals.length ? <Modal data={latestDeals.map((deal) => {
|
{/* {deals && deals.length ? <Modal data={latestDeals.map((deal) => {
|
||||||
return {
|
return {
|
||||||
name: deal.name,
|
name: deal.name,
|
||||||
amount: deal.amount,
|
amount: deal.amount,
|
||||||
date: deal.date,
|
date: deal.date,
|
||||||
};
|
};
|
||||||
})} /> : undefined}
|
})} /> : undefined} */}
|
||||||
</div>
|
</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user