Skip to content

Commit a2f6702

Browse files
committed
Fix static test failure
1 parent c039f45 commit a2f6702

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/view/frontend/web/js/cart/ensure-subtotal-sync.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ define([
6666
return;
6767
}
6868
const central = getCentralSubtotal(), summary = getSummarySubtotal();
69+
6970
if (!isNaN(central) && !isNaN(summary) && central !== summary) {
7071
const $updateBtn = $root.find('.cart.main.actions button.action.update');
7172
if ($updateBtn.length) {

0 commit comments

Comments
 (0)