Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Oct 16, 2024
1 parent 0168732 commit aae08e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/components/VehicleStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export default {
this.updateDisconnectRequiredTooltip();
this.updateDurations();
this.interval = setInterval(this.updateDurations, 1000 * 60);
this.interval = setInterval(this.updateDurations, 1000 * 60);
this.updateBatteryBoostTooltip();
},
beforeUnmount() {
Expand Down Expand Up @@ -324,7 +324,7 @@ export default {
},
smartCostNextStart() {
this.updateDurations();
},
},
},
computed: {
phaseTimerActive() {
Expand Down

0 comments on commit aae08e5

Please sign in to comment.