Skip to content

Commit

Permalink
[C-2309] Fix track title hover state (#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers committed Apr 8, 2023
1 parent 94f10c1 commit b3a4bda
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ const TrackTile = ({
<div
className={cn(
styles.titleRow,
styles.title,
isPremium ? styles.withPremium : null
)}
>
Expand Down

0 comments on commit b3a4bda

Please sign in to comment.