diff --git a/assets/js/blocks/mini-cart/block.tsx b/assets/js/blocks/mini-cart/block.tsx index 122b1bef62d..f007347fcfd 100644 --- a/assets/js/blocks/mini-cart/block.tsx +++ b/assets/js/blocks/mini-cart/block.tsx @@ -4,7 +4,6 @@ import { renderParentBlock } from '@woocommerce/atomic-utils'; import Drawer from '@woocommerce/base-components/drawer'; import { useStoreCart } from '@woocommerce/base-context/hooks'; -import { useTypographyProps } from '@woocommerce/base-hooks'; import { translateJQueryEventToNative } from '@woocommerce/base-utils'; import { getRegisteredBlockComponents } from '@woocommerce/blocks-registry'; import { @@ -205,8 +204,6 @@ const MiniCartBlock = ( attributes: Props ): JSX.Element => { color: style?.color?.text, }; - const typographyProps = useTypographyProps( attributes ); - return ( <>