mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue