@pelcro/react-pelcro-js 3.4.1-beta.3 → 3.4.1-beta.4
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/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22101,7 +22101,7 @@ const AddressSelectContainer = ({
|
|
|
22101
22101
|
selectedAddressId
|
|
22102
22102
|
});
|
|
22103
22103
|
|
|
22104
|
-
if (selectedMembership
|
|
22104
|
+
if (selectedMembership) {
|
|
22105
22105
|
dispatch({
|
|
22106
22106
|
type: LOADING,
|
|
22107
22107
|
payload: true
|
package/dist/index.esm.js
CHANGED
|
@@ -22071,7 +22071,7 @@ const AddressSelectContainer = ({
|
|
|
22071
22071
|
selectedAddressId
|
|
22072
22072
|
});
|
|
22073
22073
|
|
|
22074
|
-
if (selectedMembership
|
|
22074
|
+
if (selectedMembership) {
|
|
22075
22075
|
dispatch({
|
|
22076
22076
|
type: LOADING,
|
|
22077
22077
|
payload: true
|