diff --git a/frontend_nuxt/pages/posts/[id]/index.vue b/frontend_nuxt/pages/posts/[id]/index.vue index 3bc8bb7f5..174ddf450 100644 --- a/frontend_nuxt/pages/posts/[id]/index.vue +++ b/frontend_nuxt/pages/posts/[id]/index.vue @@ -78,7 +78,7 @@ + :show-login-overlay="!loggedIn" :parent-user-name="author.username" />
@@ -387,7 +387,7 @@ export default { } } - const postComment = async (text, clear) => { + const postComment = async (parentUserName, text, clear) => { if (!text.trim()) return console.debug('Posting comment', { postId, text }) isWaitingPostingComment.value = true