refactoring allStyles styleStyle -> style-style
This commit is contained in:
@ -80,7 +80,7 @@ export const TrackerTaskComment = ({
|
||||
: "",
|
||||
"comments__list__item",
|
||||
commentsEditOpen ? "comment__edit--open" : "",
|
||||
comment.parent_id ? "comments__list__item__subComment" : ""
|
||||
comment.parent_id ? "comments__list__item__sub-comment" : ""
|
||||
].join(" ")}
|
||||
>
|
||||
<div className="comments__list__item__info">
|
||||
|
Reference in New Issue
Block a user