Skip to content

Commit c5aee66

Browse files
committed
Merge branch 'main' of github.com:jkluge/Find-My-Next-Course into searchbar-fix
2 parents 552084a + 7e7fd55 commit c5aee66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

my-app/src/pages/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function App({ model }) {
2020
localStorage.removeItem("filterOptions");
2121
};
2222

23-
window.addEventListener("unload", clearStorageOnUnload);
23+
// window.addEventListener("unload", clearStorageOnUnload);
2424

2525
return () => {
2626
window.removeEventListener("unload", clearStorageOnUnload);

0 commit comments

Comments
 (0)