+
+
+ {commentListData.length > 1
+ ? title
+ .replaceAll("%d", commentListData.length.toString())
+ .replace("comment", "comments")
+ : title.replaceAll("%d", commentListData.length.toString())}
+
+ ) : (
+ ""
+ )
+ }
+ size="small"
+ >
+
+ {(item, index) => (
+ handleDelete(index)}
+ />,
+ ]
+ : undefined
+ }
+ >
+ props.onEvent("click")}>
+ {item?.user?.name}
+
+
+ {dayjs(item?.createdAt).isValid()
+ ? dayjs(item?.createdAt).fromNow()
+ : trans("comment.dateErr")}
+
+
+
+ }
+ description={