diff --git a/src/app/trades/page.tsx b/src/app/trades/page.tsx index 00da9ae..ea38d34 100644 --- a/src/app/trades/page.tsx +++ b/src/app/trades/page.tsx @@ -42,8 +42,9 @@ export default async function GlobalTradesPage({ searchParams }: PageProps) {
- {formatDistanceToNow(t.createdAt, { addSuffix: true })} -
+ + #{t.hashtag!.displayTag} + + {formatCurrency(t.total)} +{formatNumber(t.shares)} sh @ {formatCurrency(t.price)}
-{formatCurrency(t.total)}
- {(t.type === 'SELL_LONG' || t.type === 'SELL_SHORT') && ( -{formatPnl(t.profit)}
- )} -