Skip to content

Commit

Permalink
fix: activity tab for price to display lords
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Dec 4, 2024
1 parent 937228e commit 8dbe2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default function MobileCollectionActivity({
price={activity.price}
currency={activity.currency}
className="h-7 text-xs"
token="lords"
/>
) : null}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default function PriceCell({ activity }: PriceCellProps) {
price={activity.price}
currency={activity.currency}
className="max-w-full"
token="lords"
/>
) : (
"_"
Expand Down

0 comments on commit 8dbe2ec

Please sign in to comment.