Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Update src/stores/Comment/CommentStore.js
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Travis1282 and github-actions[bot] authored Jan 3, 2024
1 parent 4b5a30c commit 6e423f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/Comment/CommentStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const CommentStore = types
}

function setCurrentComment(comment) {
self.currentComment = { ...self.currentComment, [self.annotation.id]: comment }
self.currentComment = { ...self.currentComment, [self.annotation.id]: comment };
}

function setCommentFormSubmit(submitCallback) {
Expand Down

0 comments on commit 6e423f9

Please sign in to comment.