|
|
@@ -9,7 +9,7 @@ export const CommentControl = (props: CommentControlProps): JSX.Element => {
|
|
|
const { onClickEditBtn, onClickDeleteBtn } = props;
|
|
|
|
|
|
return (
|
|
|
- // The page-comment-control is imported from Comment.module.scss
|
|
|
+ // The page-comment-control class is imported from Comment.module.scss
|
|
|
<div className="page-comment-control">
|
|
|
<button type="button" className="btn btn-link p-2" onClick={onClickEditBtn}>
|
|
|
<i className="ti ti-pencil"></i>
|