Skip to content

Commit

Permalink
Now test sets to empty string when you adding a comment to task.
Browse files Browse the repository at this point in the history
  • Loading branch information
RaayNoff committed Sep 4, 2022
1 parent 24c3b23 commit da4f5ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/UI/commentaryArea/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const CommentaryArea: FC<ICommentaryAreaProps> = ({ taskId }) => {
userEmail: user.email || "",
timestamp: DateApi.getNowTimestamp(),
});
setText("");
};

return (
Expand Down

0 comments on commit da4f5ff

Please sign in to comment.