Skip to content

Commit

Permalink
Merge pull request #29 from openrice-canada/feat/photo
Browse files Browse the repository at this point in the history
feat: photo
  • Loading branch information
ttiimmothy authored Nov 22, 2023
2 parents dccfd98 + 6589964 commit f6067cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/utils/modals/CreateReviewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const CreateReviewModal: React.FC<CreateReviewModalProps> = (
);
}

enqueueSnackbar("Review and Review photo is added successfully", {
enqueueSnackbar("Review and Review photo are added successfully", {
variant: "success",
});
props.setShow(false);
Expand Down

0 comments on commit f6067cb

Please sign in to comment.