Skip to content

Commit

Permalink
Update packages/viewer/src/components/Shared/ExtMarkdown.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Clontz <[email protected]>
  • Loading branch information
Not-Abram and StevenClontz authored Nov 22, 2024
1 parent 0f699b5 commit b4b0176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/viewer/src/components/Shared/ExtMarkdown.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
const name = $spaces.find(`S${id}`)?.name
return `[S${id}: ${name}](https://topology.pi-base.org/spaces/S${id})`
} else if (type === 'P') {
const name = $properties.find(`T${id}`)?.name
const name = $properties.find(`P${id}`)?.name
return `[P${id}: ${name}](https://topology.pi-base.org/properties/P${id})`
} else {
const name = $theorems.find(`T${id}`)?.name
Expand Down

0 comments on commit b4b0176

Please sign in to comment.