Rename reply to comment

This commit is contained in:
Jon Staab
2024-10-24 13:05:25 -07:00
parent 627407848f
commit c349371cd5
12 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -7,13 +7,13 @@
import ThreadShare from "@app/components/ThreadShare.svelte"
import {publishDelete} from "@app/commands"
import {pushModal} from "@app/modal"
import {REPLY} from "@app/state"
import {COMMENT} from "@app/state"
export let url
export let event
export let onClick
const isRoot = event.kind !== REPLY
const isRoot = event.kind !== COMMENT
const showInfo = () => {
onClick()