diff --git a/modules/order/front/catalog/index.js b/modules/order/front/catalog/index.js index adb66171e..5e2e96555 100644 --- a/modules/order/front/catalog/index.js +++ b/modules/order/front/catalog/index.js @@ -97,7 +97,7 @@ class Controller { return { field: this.orderField, way: this.orderWay, - isTag: !!(this.orderSelection && this.orderSelection.isTag) + isTag: (this.orderSelection && this.orderSelection.isTag) }; }