Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
chore: live market testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-deriv committed Jan 3, 2024
1 parent f86677f commit 2d688d2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export const LiveMarketCard: React.FC<LiveMarketCardProps> = ({
className,
)}
>
<p>Mid Value: {mid}</p>
<div className="flex h-[52px] shrink-0 grow flex-row gap-gap-sm">
<div className="flex flex-1 flex-row gap-gap-md">
<div className={clsx(status === 'closed' && 'opacity-600')}>
Expand Down

0 comments on commit 2d688d2

Please sign in to comment.