Fix performance test (#8036)
There was a broken story due to missing context
This commit is contained in:
@ -32,7 +32,7 @@ export const RecordIdentifierChip = ({
|
|||||||
name={recordChipData.name}
|
name={recordChipData.name}
|
||||||
avatarType={recordChipData.avatarType}
|
avatarType={recordChipData.avatarType}
|
||||||
avatarUrl={recordChipData.avatarUrl ?? ''}
|
avatarUrl={recordChipData.avatarUrl ?? ''}
|
||||||
to={indexIdentifierUrl(record.id)}
|
to={indexIdentifierUrl ? indexIdentifierUrl(record.id) : undefined}
|
||||||
variant={variant}
|
variant={variant}
|
||||||
LeftIcon={LeftIcon}
|
LeftIcon={LeftIcon}
|
||||||
LeftIconColor={LeftIconColor}
|
LeftIconColor={LeftIconColor}
|
||||||
|
|||||||
Reference in New Issue
Block a user