From 73ed1e2b2ac7169b0965e8af73993bb876542e49 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Sun, 3 Aug 2025 16:01:08 +0900 Subject: [PATCH] #89 --- frontend/src/components/WikiBody.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/WikiBody.tsx b/frontend/src/components/WikiBody.tsx index e3f2fdb..f127cc6 100644 --- a/frontend/src/components/WikiBody.tsx +++ b/frontend/src/components/WikiBody.tsx @@ -72,7 +72,7 @@ export default ({ title, body }: Props) => { acc.slice (0, start) + `[${ name }](/wiki/${ encodeURIComponent (name) })` + acc.slice (end)), body)) - }, [pageNames]) + }, [body, pageNames]) return (