Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Dec 18, 2023
1 parent 70faafc commit a3faa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwa/src/hooks/useEnvironment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const useEnvironment = () => {
const themeSwitcherMiddleware = () => {
switch (window.location.hostname) {
case "koophulpje.nl":
case "localhost": // development purposes
// case "localhost": // development purposes
window.sessionStorage.setItem("SHOW_THEME_SWITCHER", "true");
break;
}
Expand Down

0 comments on commit a3faa8b

Please sign in to comment.