Skip to content

Commit

Permalink
Update packages/viewer/src/components/Properties/Show.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: James Dabbs <[email protected]>
  • Loading branch information
StevenClontz and jamesdabbs authored Dec 12, 2023
1 parent 8cbcc20 commit bfb465c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/viewer/src/components/Properties/Show.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
export let tab: 'spaces' | 'theorems' | 'references'
export let rel: string | undefined = undefined
const title = `P${property.id}: ${property.name}`
$: title = `P${property.id}: ${property.name}`
const tabs = ['spaces', 'theorems', 'references'] as const
</script>
Expand Down

0 comments on commit bfb465c

Please sign in to comment.