@thecb/components 5.8.1-beta.2 → 5.8.1-beta.3
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/package.json
CHANGED
|
@@ -31,8 +31,7 @@ const Obligation = ({
|
|
|
31
31
|
inactiveLookupValue = ""
|
|
32
32
|
}) => {
|
|
33
33
|
const obligation = obligations[0];
|
|
34
|
-
|
|
35
|
-
const { customAttributes } = obligation;
|
|
34
|
+
const customAttributes = obligation?.customAttributes ?? {};
|
|
36
35
|
const boxShadowValue =
|
|
37
36
|
"0px 4px 4px rgba(41, 42, 51, 0.1), 0px 1px 1px 2px rgba(41, 42, 51, 0.1);";
|
|
38
37
|
const activeObligation = (
|