@bigbinary/neeto-form-frontend 1.2.30 → 1.2.32
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.cjs.js
CHANGED
|
@@ -29785,6 +29785,7 @@ var getLabel = function getLabel(_ref) {
|
|
|
29785
29785
|
var getValue = function getValue(_ref2) {
|
|
29786
29786
|
var value = _ref2.value,
|
|
29787
29787
|
kind = _ref2.kind;
|
|
29788
|
+
if (ramda.isEmpty(value)) return /*#__PURE__*/React__default["default"].createElement("i", null, i18next.t("neetoForm.common.unanswered"));
|
|
29788
29789
|
if (kind === QUESTION_KIND.DATE.value) {
|
|
29789
29790
|
return value && utils.dateFormat.date(value);
|
|
29790
29791
|
}
|