Skip to content

Commit

Permalink
Fix logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cemus committed Apr 24, 2024
1 parent 1899bed commit b1ba044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CV Creator</title>
<script type="module" crossorigin src="./assets/index-dfe5d628.js"></script>
<link rel="stylesheet" href="./assets/index-11d4cd51.css">
<script type="module" crossorigin src="./assets/index-f4ff0373.js"></script>
<link rel="stylesheet" href="./assets/index-14519be0.css">
</head>
<body>
<div id="root"></div>
Expand Down
5 changes: 1 addition & 4 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,9 @@ export default function App() {
};

function handleCustomPartChange(e, sectionName, currentPartChanging) {
console.log(e);
const { name, value } = e.target;
const inputConcernee = name;
console.log(name);
console.log(value);
console.log(inputConcernee);

switch (sectionName) {
case "skill":
{
Expand Down

0 comments on commit b1ba044

Please sign in to comment.