Skip to content

Commit

Permalink
chore: Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslf97 committed Nov 25, 2024
1 parent a4b490d commit 27f6d51
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,8 @@ export const ResultArea = ({
const updateStatus = (checked: boolean) => {
if (checked) {
putUpdateobject(ResultStatus.PUBLISH);
// updateObjectResult({ ...data, status: ResultStatus.PUBLISH });
} else {
putUpdateobject(ResultStatus.DRAFT);

// updateObjectResult({ ...data, status: ResultStatus.DRAFT });
}
};

Expand Down

0 comments on commit 27f6d51

Please sign in to comment.