diy-template-components 0.0.63 → 0.0.64
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/build/index.es.js +2 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -1070,7 +1070,7 @@ function OptionList({
|
|
|
1070
1070
|
styling: isMobile ? {
|
|
1071
1071
|
margin: '0 40px'
|
|
1072
1072
|
} : {}
|
|
1073
|
-
}) : /*#__PURE__*/React__default["default"].createElement(Button, {
|
|
1073
|
+
}) : headerData?.loginCtaLink ? /*#__PURE__*/React__default["default"].createElement(Button, {
|
|
1074
1074
|
data: {
|
|
1075
1075
|
link: headerData?.loginCtaLink,
|
|
1076
1076
|
isLink: 1,
|
|
@@ -1084,7 +1084,7 @@ function OptionList({
|
|
|
1084
1084
|
styling: isMobile ? {
|
|
1085
1085
|
margin: '0 40px'
|
|
1086
1086
|
} : {}
|
|
1087
|
-
})));
|
|
1087
|
+
}) : null));
|
|
1088
1088
|
}
|
|
1089
1089
|
|
|
1090
1090
|
function DesktopHeader({
|