@bigbinary/neeto-molecules 3.2.13 → 3.2.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.
@@ -374,6 +374,7 @@ var PhoneNumber = function PhoneNumber(_ref) {
374
374
  showEmoji = _ref$showEmoji === void 0 ? false : _ref$showEmoji,
375
375
  children = _ref.children,
376
376
  otherProps = _objectWithoutProperties__default["default"](_ref, _excluded);
377
+ if (neetoCist.isNotPresent(value) && neetoCist.isNotPresent(children)) return null;
377
378
  var _getPhoneData = getPhoneData(value || children, defaultCountry),
378
379
  international = _getPhoneData.international,
379
380
  countryCode = _getPhoneData.countryCode;