fix: double text chip show null value (#1460)
This commit is contained in:
@ -39,8 +39,7 @@ export function GenericEditableDoubleTextChipCellDisplayMode({
|
|||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
||||||
const displayName =
|
const displayName = [firstValue, secondValue].filter(Boolean).join(' ');
|
||||||
firstValue || secondValue ? `${firstValue} ${secondValue}` : ' ';
|
|
||||||
|
|
||||||
switch (columnDefinition.metadata.entityType) {
|
switch (columnDefinition.metadata.entityType) {
|
||||||
case Entity.Company: {
|
case Entity.Company: {
|
||||||
|
|||||||
Reference in New Issue
Block a user