@lodashventure/medusa-membership 0.4.2 → 0.4.5
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.
|
@@ -1074,15 +1074,15 @@ const menuItemModule = {
|
|
|
1074
1074
|
nested: void 0
|
|
1075
1075
|
},
|
|
1076
1076
|
{
|
|
1077
|
-
label: config.label,
|
|
1077
|
+
label: config$1.label,
|
|
1078
1078
|
icon: void 0,
|
|
1079
|
-
path: "/membership/
|
|
1079
|
+
path: "/membership/member-consents",
|
|
1080
1080
|
nested: void 0
|
|
1081
1081
|
},
|
|
1082
1082
|
{
|
|
1083
|
-
label: config
|
|
1083
|
+
label: config.label,
|
|
1084
1084
|
icon: void 0,
|
|
1085
|
-
path: "/membership/
|
|
1085
|
+
path: "/membership/membertier",
|
|
1086
1086
|
nested: void 0
|
|
1087
1087
|
}
|
|
1088
1088
|
]
|
|
@@ -1070,15 +1070,15 @@ const menuItemModule = {
|
|
|
1070
1070
|
nested: void 0
|
|
1071
1071
|
},
|
|
1072
1072
|
{
|
|
1073
|
-
label: config.label,
|
|
1073
|
+
label: config$1.label,
|
|
1074
1074
|
icon: void 0,
|
|
1075
|
-
path: "/membership/
|
|
1075
|
+
path: "/membership/member-consents",
|
|
1076
1076
|
nested: void 0
|
|
1077
1077
|
},
|
|
1078
1078
|
{
|
|
1079
|
-
label: config
|
|
1079
|
+
label: config.label,
|
|
1080
1080
|
icon: void 0,
|
|
1081
|
-
path: "/membership/
|
|
1081
|
+
path: "/membership/membertier",
|
|
1082
1082
|
nested: void 0
|
|
1083
1083
|
}
|
|
1084
1084
|
]
|