jam411 3 лет назад
Родитель
Сommit
324f7d4000
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/PageComment/Comment.tsx

+ 1 - 1
packages/app/src/components/PageComment/Comment.tsx

@@ -87,7 +87,7 @@ export const Comment = (props: CommentProps): JSX.Element => {
     return className;
   };
 
-  const deleteBtnClickedHandler = (comment: ICommentHasId) => {
+  const deleteBtnClickedHandler = () => {
     deleteBtnClicked(comment);
   };