Skip to content

Commit a765164

Browse files
committed
AC-3201: Fixing Mftf - static tests
1 parent 12086e0 commit a765164

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Tax/view/frontend/web/js/view/checkout/cart/totals

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/view/frontend/web/js/view/checkout/cart/totals/tax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ define([
2121
* @override
2222
*/
2323
ifShowValue: function () {
24-
if (parseInt(this.getPureValue()) === 0) {
24+
if (parseInt(this.getPureValue()) === 0) { //eslint-disable-line radix
2525
return isZeroTaxDisplayed;
2626
}
2727

0 commit comments

Comments
 (0)