Skip to content

Commit

Permalink
comment path/key fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jan 26, 2025
1 parent d637d18 commit d1b5cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/future-imperfect/bt-post-full.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
)
Expand Down

0 comments on commit d1b5cf1

Please sign in to comment.