@bigbinary/neeto-form-frontend 1.2.31 → 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.js
CHANGED
|
@@ -29747,6 +29747,7 @@ var getLabel = function getLabel(_ref) {
|
|
|
29747
29747
|
var getValue = function getValue(_ref2) {
|
|
29748
29748
|
var value = _ref2.value,
|
|
29749
29749
|
kind = _ref2.kind;
|
|
29750
|
+
if (isEmpty(value)) return /*#__PURE__*/React__default.createElement("i", null, t$4("neetoForm.common.unanswered"));
|
|
29750
29751
|
if (kind === QUESTION_KIND.DATE.value) {
|
|
29751
29752
|
return value && dateFormat.date(value);
|
|
29752
29753
|
}
|