Skip to content

Commit

Permalink
Handle extensions without any description set
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 20, 2021
1 parent 637cc0e commit e3b9b39
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
{#if it.metadata.status?? == 'experimental'}
<span class="float-right badge badge-warning">EXPERIMENTAL</span>
{/if}
{#if it.description??}
<span class="card-subtitle mb-2 text-muted">{it.description}</span>
<br/>
{/if}
{#if it._dev??}
{it._dev.raw}
{/if}
Expand Down

0 comments on commit e3b9b39

Please sign in to comment.