Skip to content

Commit

Permalink
fix: display issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Dec 11, 2024
1 parent d37e1bc commit a28f5f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ interface TokenActionsPriceProps {
export default function TokenActionsPrice({
tokenMarketData,
}: TokenActionsPriceProps) {
// const { convertInUsd } = usePrices();
// const amountHex = isListed ? startAmount : topOffer.amount;
// const amount = formatEther(BigInt(amountHex ?? 0));
// const amountInUsd = convertInUsd({ token: "lords", amount: BigInt(amountHex ?? 0) });

const label = tokenMarketData.is_listed
? tokenMarketData.listing.is_auction
Expand Down
2 changes: 1 addition & 1 deletion apps/arkmarket/src/hooks/useSeasonPass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export function useSeasonPass(token: Token | CollectionToken | WalletToken) {

return {
isSeasonPass,
realmsResources,
realmsResources: realmsResources ?? [],
realmName,
}
}

0 comments on commit a28f5f1

Please sign in to comment.