We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bff411 commit b99355cCopy full SHA for b99355c
app/code/Magento/Tax/view/frontend/web/js/view/checkout/cart/totals/tax.js
@@ -21,7 +21,7 @@ define([
21
* @override
22
*/
23
ifShowValue: function () {
24
- if (parseInt(this.getPureValue()) === 0) { //eslint-disable-line radix
+ if (this.isFullMode() && this.getPureValue() == 0) { //eslint-disable-line eqeqeq
25
return isZeroTaxDisplayed;
26
}
27
0 commit comments