Skip to content

Commit

Permalink
do not mutate accepted predictions
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Sep 26, 2024
1 parent 7f8526b commit 6a50743
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ const EditableGeoJSON = ({
}
};
const { mutate: mutateSubmitFeedback } = useMutation(submitFeedback);
const { mutate: mutatesubmitAcceptedPrediction } = useMutation(
submitAcceptedPrediction
);
// const { mutate: mutatesubmitAcceptedPrediction } = useMutation(
// submitAcceptedPrediction
// );

const submitAcceptedPrediction = async (layer) => {
const newAOI = {
Expand Down

0 comments on commit 6a50743

Please sign in to comment.