l-min-components 1.0.852 → 1.0.854

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.0.852",
3
+ "version": "1.0.854",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -270,7 +270,8 @@ const SideMenu = ({
270
270
  onClick={() => {
271
271
  if (
272
272
  window.location.hostname.includes("staging") &&
273
- window.location.pathname.includes("developer")
273
+ (window.location.pathname.includes("developer") ||
274
+ window.location.pathname.includes("settings"))
274
275
  ) {
275
276
  newTab
276
277
  ? window.open(path, "_blank")