Skip to content

Commit

Permalink
PR cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLongfield committed Dec 13, 2023
1 parent 1ab7e92 commit 661e506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function App() {
const [globalData, setGlobalData] = useState({}) // The global data object

useEffect(() => {
// localStorage.clear()
localStorage.clear()
}, [])

useEffect(() => {
Expand Down

0 comments on commit 661e506

Please # to comment.