Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gordlin committed Dec 15, 2023
1 parent 4e28f80 commit 012a174
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ <h2 class="question-details"><b>Question {{ model.questionNumber }}: </b>{{ mode
</div>
</div>
<div *ngIf="recipientSubmissionFormModel.commentByGiver && recipientSubmissionFormModel.commentByGiver.originalComment else newComment">

<tm-comment-row [mode]="CommentRowMode.EDIT" [isVisibilityOptionEnabled]="false"
[model]="recipientSubmissionFormModel.commentByGiver"
(modelChange)="triggerRecipientSubmissionFormChange(i, 'commentByGiver', $event)"
Expand Down

0 comments on commit 012a174

Please sign in to comment.