Skip to content

Commit

Permalink
chore: updates on passing test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingscliq committed Oct 13, 2024
1 parent f2ec0bd commit 6a6c70b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/User/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const User = () => {
const handleSubmit = (e) => {
e.preventDefault();
// handle form submission here

console.log(userInfo);
setIsOpen(false);
};

Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const root = ReactDOM.createRoot(document.getElementById("root"));
root.render(
<React.StrictMode>
<App />
</React.StrictMode>,
</React.StrictMode>
);

// If you want to start measuring performance in your app, pass a function
Expand Down

0 comments on commit 6a6c70b

Please sign in to comment.