@vtex/faststore-plugin-buyer-portal 1.1.71 → 1.1.72
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/package.json
CHANGED
|
@@ -211,28 +211,28 @@ export const AddressLayout = ({
|
|
|
211
211
|
itemsLength={addresses.length}
|
|
212
212
|
/>
|
|
213
213
|
</div>
|
|
214
|
-
|
|
215
|
-
{isCreateAddressDrawerOpen && (
|
|
216
|
-
<CreateAddressDrawer
|
|
217
|
-
readonly
|
|
218
|
-
isOpen={isCreateAddressDrawerOpen}
|
|
219
|
-
{...createDrawerProps}
|
|
220
|
-
onUpdate={handleRefetchAddresses}
|
|
221
|
-
/>
|
|
222
|
-
)}
|
|
223
|
-
|
|
224
|
-
{isCreateAddressSettingsDrawerOpen && (
|
|
225
|
-
<CreateAddressSettingsDrawer
|
|
226
|
-
readonly
|
|
227
|
-
isOpen={isCreateAddressSettingsDrawerOpen}
|
|
228
|
-
onUpdate={handleRefetchAddresses}
|
|
229
|
-
{...createAddressSettingsDrawerProps}
|
|
230
|
-
/>
|
|
231
|
-
)}
|
|
232
214
|
</div>
|
|
233
215
|
)}
|
|
234
216
|
</>
|
|
235
217
|
)}
|
|
218
|
+
|
|
219
|
+
{isCreateAddressDrawerOpen && (
|
|
220
|
+
<CreateAddressDrawer
|
|
221
|
+
readonly
|
|
222
|
+
isOpen={isCreateAddressDrawerOpen}
|
|
223
|
+
{...createDrawerProps}
|
|
224
|
+
onUpdate={handleRefetchAddresses}
|
|
225
|
+
/>
|
|
226
|
+
)}
|
|
227
|
+
|
|
228
|
+
{isCreateAddressSettingsDrawerOpen && (
|
|
229
|
+
<CreateAddressSettingsDrawer
|
|
230
|
+
readonly
|
|
231
|
+
isOpen={isCreateAddressSettingsDrawerOpen}
|
|
232
|
+
onUpdate={handleRefetchAddresses}
|
|
233
|
+
{...createAddressSettingsDrawerProps}
|
|
234
|
+
/>
|
|
235
|
+
)}
|
|
236
236
|
</section>
|
|
237
237
|
</ContractTabsLayout>
|
|
238
238
|
</GlobalLayout>
|