Skip to content

Commit

Permalink
Add debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruIstrate committed Jan 27, 2024
1 parent 38f7dbe commit 2f90120
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions salary-calc/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@ function App() {
}

const updateStateAndURL = () => {
// Do some logging
console.log(location);

// Get the search parameters
const queryParams = new URLSearchParams(location.search);

Expand Down

0 comments on commit 2f90120

Please sign in to comment.