Remove unneeded link condition

This commit is contained in:
jeffvli 2023-06-11 20:40:27 -07:00
parent 8f7e6a5222
commit 0e9a77ffe0

View file

@ -118,8 +118,8 @@ export const CombinedTitleCell = ({ value, rowIndex, node }: ICellRendererParams
{index > 0 ? ', ' : null}
{artist.id ? (
<Text
$link
$secondary
$link={artist.id !== undefined}
component={Link}
overflow="hidden"
size="md"