diy-template-components 2.0.61 → 2.0.63
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 +4 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +4 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -2436,7 +2436,8 @@ function PageRenderer$1({
|
|
|
2436
2436
|
hideLogin,
|
|
2437
2437
|
isCustomWebsite,
|
|
2438
2438
|
countryCode,
|
|
2439
|
-
currencySymbol
|
|
2439
|
+
currencySymbol,
|
|
2440
|
+
pageData = {}
|
|
2440
2441
|
}) {
|
|
2441
2442
|
const navList = header?.navs;
|
|
2442
2443
|
const context = useMemo(() => ({
|
|
@@ -10248,7 +10249,8 @@ function PageRenderer({
|
|
|
10248
10249
|
templateId,
|
|
10249
10250
|
isTutorWebsite = false,
|
|
10250
10251
|
extraProps,
|
|
10251
|
-
hideLogin
|
|
10252
|
+
hideLogin,
|
|
10253
|
+
pageData = {}
|
|
10252
10254
|
}) {
|
|
10253
10255
|
const navList = header?.navs;
|
|
10254
10256
|
const context = useMemo(() => ({
|