show user id on hover of their name

This commit is contained in:
igoradamenko
2018-05-06 23:29:02 +03:00
parent ca240000f1
commit def6505e31
+1 -1
View File
@@ -242,7 +242,7 @@ export default class Comment extends Component {
alt=""
/>
<span className="comment__username">{o.user.name}</span>
<span className="comment__username" title={o.user.id}>{o.user.name}</span>
<span className="comment__time">{o.time}</span>