mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-18 21:44: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">
|
||||
<RecentFunds data={latestDeals} />
|
||||
<div className="mt-5 flex justify-center">
|
||||
{deals && deals.length ? <Modal data={latestDeals.map((deal) => {
|
||||
{/* {deals && deals.length ? <Modal data={latestDeals.map((deal) => {
|
||||
return {
|
||||
name: deal.name,
|
||||
amount: deal.amount,
|
||||
date: deal.date,
|
||||
};
|
||||
})} /> : undefined}
|
||||
})} /> : undefined} */}
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user