Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
fix comma-dangle
Browse files Browse the repository at this point in the history
  • Loading branch information
undercloud authored Nov 14, 2018
1 parent 44c69b8 commit 68c70c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatetimePopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default {
},
dateFormattedMonth () {
return this.newDatetime.toLocaleString({
month: 'long',
month: 'long'
})
},
minDatetimeUTC () {
Expand Down

0 comments on commit 68c70c2

Please sign in to comment.