@bigbinary/neeto-commons-frontend 3.0.4 → 3.0.5

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.
@@ -2580,6 +2580,7 @@ var initializeI18n = function initializeI18n(hostTranslations) {
2580
2580
  var newValue = value;
2581
2581
  if (_format === "boldList") {
2582
2582
  newValue = boldListFormatter(newValue, lng, options);
2583
+ return newValue;
2583
2584
  }
2584
2585
  return lowerCaseDynamicTextFormatter(newValue, _format);
2585
2586
  }