chore: commit remaining workspace changes
This commit is contained in:
@@ -20,7 +20,6 @@ export default function PostCard({ post, thread, isOp = false, isAuthenticated =
|
||||
const isEdited = post?.is_edited
|
||||
const postId = post?.id
|
||||
const threadSlug = thread?.slug
|
||||
|
||||
const handleReaction = async (reaction) => {
|
||||
if (reacting || !isAuthenticated) return
|
||||
setReacting(true)
|
||||
|
||||
Reference in New Issue
Block a user