sales-frontend-components 0.0.96 → 0.0.97

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/dist/index.esm.js CHANGED
@@ -2570,7 +2570,7 @@ const useNationalityComponent = () => {
2570
2570
 
2571
2571
  const url = (() => {
2572
2572
  const type = isClient() ? window.location.hostname : "";
2573
- if (type.includes("localhost")) {
2573
+ if (type.includes("localhost") || type.includes("local.hanwhalife.com")) {
2574
2574
  return "https://nxl-nlc-stg.hanwhalife.com";
2575
2575
  }
2576
2576
  if (type.includes("dev")) {