@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.
package/initializers.js CHANGED
@@ -2570,6 +2570,7 @@ var initializeI18n = function initializeI18n(hostTranslations) {
2570
2570
  var newValue = value;
2571
2571
  if (_format === "boldList") {
2572
2572
  newValue = boldListFormatter(newValue, lng, options);
2573
+ return newValue;
2573
2574
  }
2574
2575
  return lowerCaseDynamicTextFormatter(newValue, _format);
2575
2576
  }