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

Commit

Permalink
remove unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhtungdu committed Nov 17, 2021
1 parent c323f21 commit a6c5b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlockTypes/MiniCart.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ protected function get_markup( $attributes ) {
$cart_contents_total += $cart->get_subtotal_tax();
}

$wrapper_classes = 'wc-block-mini-cart wp-block-woocommerce-mini-cart';
$wrapper_classes = 'wc-block-mini-cart';
$classes = '';
$style = '';

Expand Down

0 comments on commit a6c5b34

Please sign in to comment.