@campxdev/shared 1.8.39 → 1.8.40

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": "@campxdev/shared",
3
- "version": "1.8.39",
3
+ "version": "1.8.40",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -75,18 +75,20 @@ export default function Helmet({
75
75
  {extraMetaTags}
76
76
  <link rel="icon" href={favicon} />
77
77
  <link rel="apple-touch-icon" href={favicon} />
78
- {isLocalHost && (
78
+ {!isLocalHost && (
79
79
  <script
80
80
  type="text/javascript"
81
81
  src="//in.fw-cdn.com/30814322/430238.js"
82
82
  defer
83
83
  />
84
84
  )}
85
- <script defer>{getInnerHtml(user)}</script>
86
- <script async defer>
87
- {freshDeskInnerHtml}
88
- </script>
89
- {isLocalHost && (
85
+ {!isLocalHost && <script defer>{getInnerHtml(user)}</script>}
86
+ {!isLocalHost && (
87
+ <script async defer>
88
+ {freshDeskInnerHtml}
89
+ </script>
90
+ )}
91
+ {!isLocalHost && (
90
92
  <script
91
93
  type="text/javascript"
92
94
  src="https://ind-widget.freshworks.com/widgets/85000000149.js"