Skip to content

Commit 0b52ba1

Browse files
committed
fix: add missing properties
1 parent 7f4499c commit 0b52ba1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

providers/EditCommentProvider.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ const EditCommentProvider = ({ children }: ChildrenProps) => {
88

99
const [editCommentValues, setEditCommentValues] = React.useState<EditCommentContextType>({
1010
editComment: false,
11+
editedComment: '',
1112
id: '',
13+
isReply: false,
14+
commentId: '',
1215
})
1316

1417
return (

0 commit comments

Comments
 (0)