Skip to content

Commit

Permalink
fix: restore isLocal
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRamirez committed Oct 28, 2020
1 parent fad9bac commit 445e66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/isLocal.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Checks if it's the local build of the nuzlocke generator
export const isLocal = () => /* window.location.host.includes('localhost'); */ false;
export const isLocal = () => window.location.host.includes('localhost');

0 comments on commit 445e66a

Please sign in to comment.