Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz committed Dec 8, 2023
1 parent 0cd005d commit 18c03e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/viewer/src/components/Shared/Link/Theorem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
<slot>
T{theorem.id}
</slot>
</a>
</a>
4 changes: 3 additions & 1 deletion packages/viewer/src/components/Spaces/Properties.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
</script>

<Related mode="properties" {related}>
<Link.Property slot="id" let:property {property}>P{property.id}</Link.Property>
<Link.Property slot="id" let:property {property}>
P{property.id}
</Link.Property>

<Link.Property slot="name" let:property {property} />
</Related>

0 comments on commit 18c03e1

Please sign in to comment.