summaryrefslogtreecommitdiffstats
path: root/src/components/templates/page/page-layout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/templates/page/page-layout.tsx')
-rw-r--r--src/components/templates/page/page-layout.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/templates/page/page-layout.tsx b/src/components/templates/page/page-layout.tsx
index 8ff44d5..f96666e 100644
--- a/src/components/templates/page/page-layout.tsx
+++ b/src/components/templates/page/page-layout.tsx
@@ -249,7 +249,7 @@ const PageLayout: FC<PageLayoutProps> = ({
{hasComments ? (
<CommentsList
comments={comments}
- depth={1}
+ depth={2}
Notice={
isReplyRef.current === true && (
<Notice