l-min-components 1.0.1086 → 1.0.1087

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.1086",
3
+ "version": "1.0.1087",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -521,7 +521,7 @@ const HeaderComponent = (props) => {
521
521
  setIsOpen();
522
522
  }}
523
523
  >
524
- {(!isDeveloper || window.location.hostname.includes("coming")) && ( // when developer and on staging, don't show
524
+ {(!isDeveloper || !window.location.hostname.includes("coming")) && ( // when developer and on staging, don't show
525
525
  <SearchInputGroup>
526
526
  <SearchIcon />
527
527
  <SearchInput