From 8dbe2ecd2eb8e351b4c79bace96f9dc15adba862 Mon Sep 17 00:00:00 2001 From: Valentin Dosimont Date: Wed, 4 Dec 2024 08:32:13 +0100 Subject: [PATCH] fix: activity tab for price to display lords --- .../components/mobile-collection-activity.tsx | 1 + apps/arkmarket/src/components/cells/activity-price-cell.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/arkmarket/src/app/collection/[collectionAddress]/components/mobile-collection-activity.tsx b/apps/arkmarket/src/app/collection/[collectionAddress]/components/mobile-collection-activity.tsx index 2eccb148..1c388e05 100644 --- a/apps/arkmarket/src/app/collection/[collectionAddress]/components/mobile-collection-activity.tsx +++ b/apps/arkmarket/src/app/collection/[collectionAddress]/components/mobile-collection-activity.tsx @@ -62,6 +62,7 @@ export default function MobileCollectionActivity({ price={activity.price} currency={activity.currency} className="h-7 text-xs" + token="lords" /> ) : null} diff --git a/apps/arkmarket/src/components/cells/activity-price-cell.tsx b/apps/arkmarket/src/components/cells/activity-price-cell.tsx index 49535803..bb1db112 100644 --- a/apps/arkmarket/src/components/cells/activity-price-cell.tsx +++ b/apps/arkmarket/src/components/cells/activity-price-cell.tsx @@ -19,6 +19,7 @@ export default function PriceCell({ activity }: PriceCellProps) { price={activity.price} currency={activity.currency} className="max-w-full" + token="lords" /> ) : ( "_"