Skip to content

Commit c1fa0e0

Browse files
committed
fix: update class
1 parent 2053b6c commit c1fa0e0

File tree

1 file changed

+1
-1
lines changed
  • plugins/woocommerce/client/blocks/assets/js/blocks/product-filters/inner-blocks/checkbox-list

1 file changed

+1
-1
lines changed

plugins/woocommerce/client/blocks/assets/js/blocks/product-filters/inner-blocks/checkbox-list/edit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const CheckboxListEdit = ( props: EditProps ): JSX.Element => {
9999
className={ clsx(
100100
'wc-block-product-filter-checkbox-list__item',
101101
{
102-
[ `depth-${ item?.depth }` ]:
102+
[ `has-depth-${ item?.depth }` ]:
103103
item?.depth,
104104
}
105105
) }

0 commit comments

Comments
 (0)