diff options
Diffstat (limited to 'front/src/components/post/Body.tsx')
-rw-r--r-- | front/src/components/post/Body.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/front/src/components/post/Body.tsx b/front/src/components/post/Body.tsx index e8b659c..b4f1bb2 100644 --- a/front/src/components/post/Body.tsx +++ b/front/src/components/post/Body.tsx @@ -161,7 +161,7 @@ function Heading({ string, num }: { string: string; num: number }) { } function Ref({ r, nest }: { r: Reference; nest: number }) { - if (r.ref.type === "nostril") { + if (r.ref.type === "trill") { const comp = PostData({ host: r.ref.ship, id: r.ref.path.slice(1), |