Skip to content

Commit

Permalink
fix(ci): Console log unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Sep 10, 2024
1 parent a181844 commit 3fa1173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/overview/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const Overview = ({ gpx, markers, meta, setMeta }) => {
const formData = new FormData(event.currentTarget);
const formJson = Object.fromEntries(formData.entries());
const email = formJson.email;
console.log(email);
handleClose();
},
}}
Expand Down

0 comments on commit 3fa1173

Please sign in to comment.