next-helios-fe 1.10.13 → 1.10.14

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": "next-helios-fe",
3
- "version": "1.10.13",
3
+ "version": "1.10.14",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1683,7 +1683,7 @@ export const PhoneNumber: React.FC<PhoneNumberProps> = ({
1683
1683
  value: `${item.dial_code}${
1684
1684
  ((rest.value || "") as string).split(
1685
1685
  selectedCountry
1686
- )[1]
1686
+ )[1] || ""
1687
1687
  }`,
1688
1688
  } as HTMLInputElement,
1689
1689
  } as any);