From def6505e3149d8161c2e73873bdba5d4ee27fd3c Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sun, 6 May 2018 23:28:51 +0300 Subject: [PATCH] show user id on hover of their name --- web/app/components/comment/comment.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/comment/comment.jsx b/web/app/components/comment/comment.jsx index a5d24de7..1f10c748 100644 --- a/web/app/components/comment/comment.jsx +++ b/web/app/components/comment/comment.jsx @@ -242,7 +242,7 @@ export default class Comment extends Component { alt="" /> - {o.user.name} + {o.user.name} {o.time}