We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722628b commit 180aa11Copy full SHA for 180aa11
1 file changed
src/components/Phase.vue
@@ -83,14 +83,9 @@ export default class Phase extends Vue {
83
84
mode: string = 'price' // 'price' or 'pay' (avoid infinite loop cause by watch and calculations)
85
86
- consultant: string = '';
87
-
88
// Lifecycle hood
89
mounted () {
90
this.calculate()
91
- if (this.consultants.length) {
92
- this.consultant = this.consultants[0]
93
- }
94
}
95
96
// Watchers
0 commit comments