mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
don't error out on missing summaries
This commit is contained in:
@@ -388,7 +388,7 @@
|
||||
</div>
|
||||
|
||||
<div class="component-header__summary">
|
||||
<p>${marked(component.summary)}</p>
|
||||
${component.summary ? `<p>${marked(component.summary)}</p>` : ''}
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user