diff --git a/frontend_nuxt/pages/posts/[id]/index.vue b/frontend_nuxt/pages/posts/[id]/index.vue index 8d045ea04..d5e34032f 100644 --- a/frontend_nuxt/pages/posts/[id]/index.vue +++ b/frontend_nuxt/pages/posts/[id]/index.vue @@ -80,7 +80,7 @@ + :show-login-overlay="!loggedIn" :parent-user-name="author.username" />
@@ -390,7 +390,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