l-min-components 1.0.676 → 1.0.677

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.676",
3
+ "version": "1.0.677",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -143,7 +143,7 @@ const HeaderComponent = (props) => {
143
143
  if (
144
144
  window.location.host?.includes("developer") ||
145
145
  window.location.host?.includes("coming") ||
146
- window.location.host?.includes("localhost")
146
+ window.location.host?.includes("localhost") || window.location.pathname.includes('developer')
147
147
  ) {
148
148
  setSelectedAccount(
149
149
  developerArray?.find(