Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz committed Oct 10, 2024
1 parent 0e96d12 commit b500038
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/viewer/src/components/Traits/Table.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
<td>
<div><Link.Space {space} /></div>
{#if space.aliases.length > 0}
<div><small class="text-muted">{space.aliases.join(", ")}</small></div>
<div>
<small class="text-muted">{space.aliases.join(', ')}</small>
</div>
{/if}
</td>
{#each properties as property (property.id)}
Expand Down

0 comments on commit b500038

Please sign in to comment.