Skip to content

Commit

Permalink
#68 - formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
szafran89 committed Dec 21, 2018
1 parent e5379a9 commit f6d55fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion view/frontend/web/js/components/ShippingAddressForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,10 @@ export default {
this.$v.address.$touch()
},
onCountryChange () {
this.$store.dispatch('updateShippingMethods', this.address.country_id.value)
this.$store.dispatch(
'updateShippingMethods',
this.address.country_id.value
)
}
}
}
Expand Down

0 comments on commit f6d55fd

Please sign in to comment.