Skip to content

Commit

Permalink
fix: updated classname
Browse files Browse the repository at this point in the history
  • Loading branch information
meenakshi-deriv committed Jul 17, 2024
1 parent 13de187 commit 873d242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export const MarketsDropdown = () => {
onClick={() => handleUnderlyingClick(yk)}
label={display}
selected={isSelected}
className={`${isSelected && 'market-item-selected'}`}
className={isSelected && 'market-item-selected'}
size='md'
/>
);
Expand Down

0 comments on commit 873d242

Please sign in to comment.