mirror of
https://github.com/wassname/talk.git
synced 2026-08-09 12:30:42 +08:00
Addressing errors with replies in e2e.
This commit is contained in:
@@ -87,7 +87,7 @@ class Comment extends React.Component {
|
||||
|
||||
return (
|
||||
<div
|
||||
className="comment"
|
||||
className={parentId ? 'reply' : 'comment'}
|
||||
id={`c_${comment.id}`}
|
||||
style={{marginLeft: depth * 30}}>
|
||||
<hr aria-hidden={true} />
|
||||
|
||||
Reference in New Issue
Block a user