Skip to content

Commit a069719

Browse files
author
Ole Martin Handeland
committed
Removing dash from Grid summary, as RepeatingGroup doesn't have it
1 parent 41883f6 commit a069719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout/Grid/GridSummary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ function getComponentCellData(node: LayoutNode, displayData: string, textResourc
474474
if (node?.type === 'Custom') {
475475
return <ComponentSummary componentNode={node} />;
476476
} else if (implementsDisplayData(node.def)) {
477-
return displayData || '-';
477+
return displayData || '';
478478
} else if (textResourceBindings && 'title' in textResourceBindings) {
479479
return <Lang id={textResourceBindings.title} />;
480480
} else {

0 commit comments

Comments
 (0)