Skip to content

Commit 0e8f5d7

Browse files
refactor(SNR-217): remve useHash variable
1 parent a5c0561 commit 0e8f5d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wp-react-lib/src/util/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
const _useHash = process.env.VITE_REACT_APP_USE_HASH_LINKS === "true" || false;
2-
31
const localReplaceLink = (url, locale) => {
42
if (!url) {
53
return "";

0 commit comments

Comments
 (0)