Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilG0 authored Jun 10, 2024
1 parent 2eb1ba8 commit 7306e4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ function App() {
setAlert({
msg: message
})
// setTimeout(() => {
// setAlert(null);
// }, 3500);
setTimeout(() => {
setAlert(null);
}, 3500);
}

return (
Expand Down

0 comments on commit 7306e4b

Please sign in to comment.