Skip to content

Commit

Permalink
fix(68):error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzRYT committed Nov 21, 2023
1 parent 5065b8b commit cac2bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/recoil/atoms/CommentAtom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const ReCommentLoadAtom = atom<ReCommentCreateType>({
key: 'reCommentLoad',
default: {
content: '',
commentId: 0,
reCommentowner: true,
id: 0,
user: {
Expand Down

0 comments on commit cac2bf4

Please sign in to comment.