l-min-components 1.0.768 → 1.0.773

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.768",
3
+ "version": "1.0.773",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -301,11 +301,17 @@ const SideMenu = ({
301
301
  )}
302
302
  minimal={isOpen}
303
303
  >
304
- <IconContainer active={active}>
305
- {active ? iconActive : icon}
306
- </IconContainer>
307
-
308
- <TextContainer minimal={isOpen}>{text}</TextContainer>
304
+ {!(
305
+ window.location.hostname.includes("personal") &&
306
+ window.location.hostname.includes("staging")
307
+ ) && (
308
+ <>
309
+ <IconContainer active={active}>
310
+ {active ? iconActive : icon}
311
+ </IconContainer>
312
+ <TextContainer minimal={isOpen}>{text}</TextContainer>
313
+ </>
314
+ )}
309
315
 
310
316
  {notifications && (
311
317
  <NotificationCount minimal={isOpen}>