Skip to content

Commit 50a7b7b

Browse files
committed
fix: change type for customer address card
1 parent cba2daa commit 50a7b7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ui/CustomerAddressCard/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Address as AddressCollection } from "@commercelayer/sdk"
33

44
interface AddressCardProps {
55
addressType: "shipping" | "billing"
6-
addresses?: [AddressCollection]
6+
addresses?: AddressCollection[]
77
deselect: boolean
88
onSelect?: () => void
99
}

0 commit comments

Comments
 (0)