Skip to content

Commit

Permalink
remove unused className
Browse files Browse the repository at this point in the history
  • Loading branch information
yornaath committed Sep 18, 2023
1 parent 4430a68 commit 1509794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/markets/MarketScroll.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const MarketScroll = ({
<MarketCard
key={market.marketId}
disableLink={!isShown}
className={`market-card rounded-ztg-10 transition duration-500 ease-in-out w-[${cardWidth}px] ${
className={`market-card rounded-ztg-10 transition duration-500 ease-in-out ${
isShown ? "opacity-1" : "opacity-0"
}`}
{...market}
Expand Down

0 comments on commit 1509794

Please sign in to comment.