We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba2daa commit 50a7b7bCopy full SHA for 50a7b7b
1 file changed
components/ui/CustomerAddressCard/index.tsx
@@ -3,7 +3,7 @@ import { Address as AddressCollection } from "@commercelayer/sdk"
3
4
interface AddressCardProps {
5
addressType: "shipping" | "billing"
6
- addresses?: [AddressCollection]
+ addresses?: AddressCollection[]
7
deselect: boolean
8
onSelect?: () => void
9
}
0 commit comments