Use thread item for profile detail

This commit is contained in:
Jon Staab
2024-10-24 12:25:54 -07:00
parent ab979fd7a6
commit f7b4b8aa51
3 changed files with 28 additions and 23 deletions
@@ -30,8 +30,6 @@
showReply = false
}
const onReplySubmit = (thunk: Thunk) => {}
let showReply = false
onMount(() => {
@@ -79,5 +77,5 @@
</Button>
</div>
{#if showReply}
<ThreadReply {url} event={$event} onClose={closeReply} onSubmit={onReplySubmit} />
<ThreadReply {url} event={$event} onClose={closeReply} onSubmit={closeReply} />
{/if}