+
{
+ setSeleComment(null)
+ }}
+ >
+
+
Go Back
+
+
+ Comment:{' '}
+ {seleComment.content}
+
+
+ {
+ setReply(e.target.value)
+ }}
+ value={reply}
+ />
+
+
+
+ {seleComment.children.map((ee: any, ind: any) => {
+ return (
+
+
+
+
+
+
{ee.user.username}
+
+ {ee.user.email}
+
+
+
+
+
{ee.content}
+
+
+ {new Date(ee.postedAt).toLocaleDateString()}
+
+
+
+ )
+ })}
+
+