Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipAB committed Apr 12, 2024
1 parent 8b35e7f commit 85deb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/quiz/quiz.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class QuizComponent implements OnInit {
@Input()
public questionsRaw: string;
@Input()
public allowedAtts: number = 1;
public allowedAtts = 1;

@ViewChildren('quizCheckbox')
private quizCheckbox: QueryList<QuizCheckboxComponent> = new QueryList();
Expand Down

0 comments on commit 85deb25

Please sign in to comment.