Skip to content

Commit 61a164e

Browse files
committed
fix: remove contraints on customer address
1 parent cc0782f commit 61a164e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/composite/Checkout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const Checkout: React.FC<Props> = ({
116116

117117
const renderSteps = () => {
118118
return (
119-
<CustomerContainer isGuest={ctx.isGuest} addressesPageSize={2}>
119+
<CustomerContainer isGuest={ctx.isGuest}>
120120
<LayoutDefault
121121
aside={
122122
<Sidebar>

0 commit comments

Comments
 (0)