diff options
author | polwex <polwex@sortug.com> | 2025-09-18 08:26:30 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-09-18 08:26:30 +0700 |
commit | 7bac4927e8895719a91011da9a2b997579238145 (patch) | |
tree | 8b47f7370718e874af9a292a1b8e0e09555f3990 /front/src/components/post/Body.tsx | |
parent | 0549cfd01f1feed9c313a84a3884328d08887caf (diff) |
damn my trill codebase was really something
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), |