|
|
@ -31,7 +31,6 @@ import { |
|
|
|
sortPlayQueue, |
|
|
|
} from '../../redux/playQueueSlice'; |
|
|
|
import { |
|
|
|
LinkWrapper, |
|
|
|
SecondaryTextWrapper, |
|
|
|
StyledCheckbox, |
|
|
|
StyledIconButton, |
|
|
@ -764,7 +763,6 @@ const ListViewTable = ({ |
|
|
|
{i > 0 && ', '} |
|
|
|
</SecondaryTextWrapper> |
|
|
|
<CustomTooltip key={artist.id} text={artist.title}> |
|
|
|
<LinkWrapper maxWidth="20vw"> |
|
|
|
<RsuiteLinkButton |
|
|
|
subtitle="true" |
|
|
|
appearance="link" |
|
|
@ -797,7 +795,6 @@ const ListViewTable = ({ |
|
|
|
> |
|
|
|
{artist.title} |
|
|
|
</RsuiteLinkButton> |
|
|
|
</LinkWrapper> |
|
|
|
</CustomTooltip> |
|
|
|
</> |
|
|
|
))} |
|
|
|