diff --git a/assets/javascripts/wizard/components/wizard-date-input.js.es6 b/assets/javascripts/wizard/components/wizard-date-input.js.es6 index 14e8ccf2..9c8e4bff 100644 --- a/assets/javascripts/wizard/components/wizard-date-input.js.es6 +++ b/assets/javascripts/wizard/components/wizard-date-input.js.es6 @@ -10,7 +10,7 @@ export default DateInput.extend({ }, _opts() { return { - format: this.format || "LL" - } - } + format: this.format || "LL", + }; + }, });