diff --git a/src/components/create.vue b/src/components/create.vue index 2d92d72..28ae89e 100644 --- a/src/components/create.vue +++ b/src/components/create.vue @@ -171,8 +171,10 @@ export default { continue } - const option = { value: choice } - option.text = this.getExpiryLabel(choice) + const option = { + value: choice, + text: this.getExpiryLabel(choice) + } choices.push(option) }