Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Re-add dependencies after merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
opr committed Nov 17, 2022
1 parent 5848ae8 commit ab88dfe
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { usePositionRelativeToViewport } from '@woocommerce/base-hooks';
import { getSetting } from '@woocommerce/settings';
import { useSelect } from '@wordpress/data';
import { CHECKOUT_STORE_KEY } from '@woocommerce/block-data';
import { isErrorResponse } from '@woocommerce/base-context';

/**
* Internal dependencies
Expand Down Expand Up @@ -57,6 +58,8 @@ const Block = ( {
};
}, [] );

const { dispatchOnProceedToCheckout } = useCartEventsContext();

const submitContainerContents = (
<div>
<Button
Expand Down

0 comments on commit ab88dfe

Please sign in to comment.