diff --git a/plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-typography.tsx b/plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-typography.tsx index e904cb922f43..8090b63dafd1 100644 --- a/plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-typography.tsx +++ b/plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-typography.tsx @@ -67,7 +67,7 @@ export const SidebarNavigationScreenTypography = () => { upgradeNotice = ''; } - const OptIn = () => { + const optIn = () => { recordEvent( 'customize_your_store_assembler_hub_opt_in_usage_tracking' ); @@ -201,18 +201,8 @@ export const SidebarNavigationScreenTypography = () => {