Browse Source

Remove linkwrapper from artists

master
jeffvli 3 years ago
parent
commit
6d50f3e7bc
  1. 3
      src/components/viewtypes/ListViewTable.tsx

3
src/components/viewtypes/ListViewTable.tsx

@ -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>
</>
))}

Loading…
Cancel
Save