Skip to content

Commit

Permalink
update for lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnubansaltarento committed Jul 6, 2024
1 parent 3b52b36 commit 33192f4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</ng-container>
<ng-container *ngIf="question.questionType === 'mtf'">
<viewer-mtf-question [primaryCategory]="primaryCategory" class="flex-1" [question]="question" (update)="update($event)"
[selectedAssessmentCompatibilityLevel]="selectedAssessmentCompatibilityLevel"></viewer-mtf-question>
></viewer-mtf-question>
<div *ngIf="
viewState !== 'review' &&
numConnections &&
Expand Down Expand Up @@ -166,7 +166,7 @@
<!-- {{log(question)}} -->
<ng-container>
<viewer-mtf-question class="flex-1" [question]="question" (update)="update($event)"
[selectedAssessmentCompatibilityLevel]="selectedAssessmentCompatibilityLevel"></viewer-mtf-question>
></viewer-mtf-question>
</ng-container>
</div>
</div>
Expand Down Expand Up @@ -248,7 +248,7 @@ <h2 [innerHTML]="question?.question" class="m-auto quiz-question mat-h2 flex-cen
</ng-container>
<ng-container *ngIf="question.questionType === 'mtf'">
<viewer-mtf-question [primaryCategory]="primaryCategory" class="flex-1" [question]="question" (update)="update($event)"
[selectedAssessmentCompatibilityLevel]="selectedAssessmentCompatibilityLevel"></viewer-mtf-question>
></viewer-mtf-question>
<div *ngIf="
viewState !== 'review' &&
numConnections &&
Expand Down Expand Up @@ -307,7 +307,7 @@ <h2 [innerHTML]="question?.question" class="m-auto quiz-question mat-h2 flex-cen
<div class="flex flex-1 viewer_quest_box">
<ng-container>
<viewer-mtf-question class="flex-1" [question]="question" (update)="update($event)"
[selectedAssessmentCompatibilityLevel]="selectedAssessmentCompatibilityLevel"></viewer-mtf-question>
></viewer-mtf-question>
</ng-container>
</div>
</div>
Expand Down

0 comments on commit 33192f4

Please sign in to comment.