jam411 3 anni fa
parent
commit
4cf385d870

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

@@ -15,7 +15,7 @@ import styles from './DeleteCommentModal.module.scss';
 
 export type DeleteCommentModalProps = {
   isShown: boolean,
-  comment?: Nullable<ICommentHasId>,
+  comment: Nullable<ICommentHasId>,
   errorMessage: string,
   cancelToDelete: () => void,
   confirmeToDelete: () => void,