Skip to content

Commit

Permalink
Update 03-feedback.js
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaBilynska committed May 31, 2023
1 parent ed8663d commit d0785b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/03-feedback.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ function useLocalStorage() {
const savedData = localStorage.getItem(STORAGE_KEY);

if (savedData) {
// console.log(savedData);
const parsedData = JSON.parse(savedData);

if (parsedData.email) {
Expand Down

0 comments on commit d0785b8

Please sign in to comment.