handleMark(
comment.id
)
}
>
item ===
comment.id
) &&
"active"
}`}
/>
|
|
{
comment.comment_content
}
|
{
comment
.post
.title
}
View
Post
|
{moment(
comment.created_at
).format("lll")}
|
{comment.is_approved ===
"1" ? (
<>
{hasPermission(
"comments.unApprove"
) && (
)}
>
) : (
<>
{hasPermission(
"comments.approve"
) && (
)}
>
)}
{hasPermission(
"comments.delete"
) && (
)}
|
)
)}