From d1b5cf10b2bc691f18c0021c9d94960ebd3eee5e Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Sat, 25 Jan 2025 23:03:38 -0800 Subject: [PATCH] comment path/key fix --- theme/future-imperfect/bt-post-full.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/future-imperfect/bt-post-full.js b/theme/future-imperfect/bt-post-full.js index 40d0416..300c14b 100644 --- a/theme/future-imperfect/bt-post-full.js +++ b/theme/future-imperfect/bt-post-full.js @@ -30,7 +30,7 @@ customElements.define('bt-post-full', class extends LitElement { // console.error({key}) comments_get(key).then( (comments) => { - this.comments_form = create_comment_form(post.url, comments) + this.comments_form = create_comment_form(key, comments) this.comments = comments }, )