Skip to content

Commit 9a86d09

Browse files
ref(checkout): Convert AMCheckout to FC (#105861)
As the title says :)
1 parent 1db4243 commit 9a86d09

File tree

2 files changed

+603
-576
lines changed

2 files changed

+603
-576
lines changed

static/gsApp/views/amCheckout/components/cart.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ interface CartProps {
6161
invoice,
6262
nextQueryParams,
6363
isSubmitted,
64-
}: Pick<CheckoutState, 'invoice' | 'nextQueryParams' | 'isSubmitted'>) => void;
64+
previewData,
65+
}: Pick<
66+
CheckoutState,
67+
'invoice' | 'nextQueryParams' | 'isSubmitted' | 'previewData'
68+
>) => void;
6569
organization: Organization;
6670
subscription: Subscription;
6771
referrer?: string;

0 commit comments

Comments
 (0)