INGENIOUS-LY / Project_Catwalk

The initial release will focus on providing the minimum viable product for our retail application. Features implemented will be constrained to the client experience which enables customers to search, browse, add to cart, and checkout
0 stars 3 forks source link

Annie: General refactoring, removing console.logs #46

Open juliebarwick opened 2 years ago

juliebarwick commented 2 years ago

https://github.com/INGENIOUS-LY/Project_Catwalk/blob/844804d3b95f4d644c5c1f8b81769e2686dada7c/client/src/components/Reviews/reviewModal.jsx#L29-L41

Just a few things that could be tidied up here - extra whitespace lines, unnecessary console.logs that were used in development. Finding another way to point out the user input errors instead of using alerts would be a good improvement as well (time permitting!).