This commit is contained in:
@@ -147,7 +147,7 @@ export default async function FundPage({ params }: { params: { slug: string } })
|
||||
Search for a hashtag below and trade using the fund's balance.
|
||||
All positions and profit belong to the fund.
|
||||
</p>
|
||||
<div className="flex gap-2">
|
||||
<div className="flex flex-wrap gap-2">
|
||||
{positions.map((p) => (
|
||||
<Link
|
||||
key={p.id}
|
||||
|
||||
Reference in New Issue
Block a user