diff --git a/modules/travel/front/extra-community/index.js b/modules/travel/front/extra-community/index.js index 5cb5ddb9c..a380c1ed8 100644 --- a/modules/travel/front/extra-community/index.js +++ b/modules/travel/front/extra-community/index.js @@ -17,9 +17,9 @@ class Controller extends Section { this.draggableElement = 'a[draggable]'; this.droppableElement = 'vn-tbody[vn-droppable]'; - const towDays = 2; + const twoDays = 2; const shippedFrom = new Date(); - shippedFrom.setDate(shippedFrom.getDate() - towDays); + shippedFrom.setDate(shippedFrom.getDate() - twoDays); shippedFrom.setHours(0, 0, 0, 0); const sevenDays = 7;