From 67dcd7ffd30e5d8f8d5ae58f7448ac28594eae6c Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Sun, 2 Mar 2025 15:54:35 +0100 Subject: [PATCH] Update post.tsx --- src/views/post/post.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/post/post.tsx b/src/views/post/post.tsx index 0ed84059..39fadad2 100644 --- a/src/views/post/post.tsx +++ b/src/views/post/post.tsx @@ -64,7 +64,7 @@ const PostPage = () => { const subplebbit = useSubplebbit({ subplebbitAddress }); const { createdAt, description, rules, shortAddress, suggested, title } = subplebbit; - const { activeCid, threadCid, closeModal, showReplyModal, scrollY, subplebbitAddress: postSubplebbitAddress } = useReplyModal(); + const { activeCid, threadCid, closeModal, openReplyModal, showReplyModal, scrollY, subplebbitAddress: postSubplebbitAddress } = useReplyModal(); const comment = useComment({ commentCid }); @@ -119,7 +119,7 @@ const PostPage = () => { ) : isInRulesView ? ( ) : ( - + )} );