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}
|
{index > 0 ? ', ' : null}
|
||||||
{artist.id ? (
|
{artist.id ? (
|
||||||
<Text
|
<Text
|
||||||
|
$link
|
||||||
$secondary
|
$secondary
|
||||||
$link={artist.id !== undefined}
|
|
||||||
component={Link}
|
component={Link}
|
||||||
overflow="hidden"
|
overflow="hidden"
|
||||||
size="md"
|
size="md"
|
||||||
|
|
Reference in a new issue