Skip to content

Commit 180aa11

Browse files
committed
fix: remove unused consultant var
1 parent 722628b commit 180aa11

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/Phase.vue

-5
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,9 @@ export default class Phase extends Vue {
8383
8484
mode: string = 'price' // 'price' or 'pay' (avoid infinite loop cause by watch and calculations)
8585
86-
consultant: string = '';
87-
8886
// Lifecycle hood
8987
mounted () {
9088
this.calculate()
91-
if (this.consultants.length) {
92-
this.consultant = this.consultants[0]
93-
}
9489
}
9590
9691
// Watchers

0 commit comments

Comments
 (0)