Skip to content

Commit eaa1313

Browse files
authored
Merge pull request #1672 from newrelic/ru/default-summary
chore: add default summary
2 parents 7cdd232 + 8070160 commit eaa1313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PackTile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const PackTile = ({
128128
color: var(--secondary-text-color);
129129
`}
130130
>
131-
{summary}
131+
{summary || 'No summary provided'}
132132
</p>
133133
</div>
134134
<div

0 commit comments

Comments
 (0)