Remove unneeded link condition
This commit is contained in:
parent
8f7e6a5222
commit
0e9a77ffe0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue