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.es.js
CHANGED
|
@@ -1058,7 +1058,7 @@ function OptionList({
|
|
|
1058
1058
|
styling: isMobile ? {
|
|
1059
1059
|
margin: '0 40px'
|
|
1060
1060
|
} : {}
|
|
1061
|
-
}) : /*#__PURE__*/React.createElement(Button, {
|
|
1061
|
+
}) : headerData?.loginCtaLink ? /*#__PURE__*/React.createElement(Button, {
|
|
1062
1062
|
data: {
|
|
1063
1063
|
link: headerData?.loginCtaLink,
|
|
1064
1064
|
isLink: 1,
|
|
@@ -1072,7 +1072,7 @@ function OptionList({
|
|
|
1072
1072
|
styling: isMobile ? {
|
|
1073
1073
|
margin: '0 40px'
|
|
1074
1074
|
} : {}
|
|
1075
|
-
})));
|
|
1075
|
+
}) : null));
|
|
1076
1076
|
}
|
|
1077
1077
|
|
|
1078
1078
|
function DesktopHeader({
|