Skip to content

Commit dbe880a

Browse files
committed
Fix defaults
1 parent 7890f83 commit dbe880a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/components/tickets-page/use-cart.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ export const EMPTY_INITIAL_CART_REDUCER = {
6767
invoiceInformation: {
6868
isBusiness: false,
6969
companyName: "",
70-
name: "",
70+
givenName: "",
71+
familyName: "",
7172
vatId: "",
7273
address: "",
7374
zipCode: "",

0 commit comments

Comments
 (0)