mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Remove unneeded link condition
This commit is contained in:
@@ -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 New Issue
Block a user