Skip to content

Commit aece984

Browse files
author
ludovicGendre
committed
fix: update condition falseNb
1 parent 93b06df commit aece984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Grid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default class Grid extends Vue {
105105
this.newTicket.name &&
106106
this.newTicket.nbHours &&
107107
this.newTicket.responsable &&
108-
falseNb >= 10 &&
108+
falseNb <= 10 &&
109109
filtered.length <= 3
110110
) {
111111
this.baseTicket.push(this.newTicket);

0 commit comments

Comments
 (0)