diff --git a/components/ui/Comments.tsx b/components/ui/Comments.tsx index 95d7f71..92f6faf 100644 --- a/components/ui/Comments.tsx +++ b/components/ui/Comments.tsx @@ -185,8 +185,10 @@ Comments.Form = function Form({slug}: { slug: string }) { /> -
-

{`${commentFormContext?.commentLength} / ${commentFormContext?.commentMaxLength}`}

+
+ {session && +

{`${commentFormContext?.commentLength} / ${commentFormContext?.commentMaxLength}`}

+ }
{commentFormContext?.replyTo &&