Skip to content

Commit

Permalink
feat: photo
Browse files Browse the repository at this point in the history
  • Loading branch information
ttiimmothy committed Nov 22, 2023
1 parent dccfd98 commit 6589964
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 6589964

Please sign in to comment.