mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 21:50:43 +03:00
Fix performance test (#8036)
There was a broken story due to missing context
This commit is contained in:
parent
b09ecfbb8c
commit
9a62bed748
@ -32,7 +32,7 @@ export const RecordIdentifierChip = ({
|
||||
name={recordChipData.name}
|
||||
avatarType={recordChipData.avatarType}
|
||||
avatarUrl={recordChipData.avatarUrl ?? ''}
|
||||
to={indexIdentifierUrl(record.id)}
|
||||
to={indexIdentifierUrl ? indexIdentifierUrl(record.id) : undefined}
|
||||
variant={variant}
|
||||
LeftIcon={LeftIcon}
|
||||
LeftIconColor={LeftIconColor}
|
||||
|
Loading…
Reference in New Issue
Block a user