Skip to content

Commit

Permalink
refactor(profile-selector.js): remove unused parameters in watchers
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Oct 8, 2021
1 parent 0ac8b0a commit 4dc70c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fragments/forms/profile-selector/profile-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ export default {
this.loadActiveProfileAndVehicle()
}
},
'$store.getters.appRouteData.options.profile' (newVal) {
'$store.getters.appRouteData.options.profile' () {
this.loadActiveProfileAndVehicle()
},
'$store.getters.appRouteData.options.vehicle_type' (newVal) {
'$store.getters.appRouteData.options.vehicle_type' () {
this.loadActiveProfileAndVehicle()
}
},
Expand Down

0 comments on commit 4dc70c3

Please sign in to comment.