Skip to content

Commit 567923e

Browse files
committed
fixing lint issue
1 parent 943a379 commit 567923e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/component/activity-description/activity-description.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ <h3><b>Usefulness</b></h3>
285285
>
286286
</mat-expansion-panel>
287287

288-
289288
<mat-expansion-panel
290289
[expanded]="true"
291290
#implementationPanel

src/app/component/team-selector/team-selector.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<div class="config-section">
22
<h3>{{ settings.getTeamLabelPlural() }}</h3>
33
<p class="config-hint">
4-
Select which {{ settings.getTeamLabelPlural() | lowercase }} to include in the {{ type === 'report-config' ? 'report' : 'evidence' }}.
4+
Select which {{ settings.getTeamLabelPlural() | lowercase }} to include in the
5+
{{ type === 'report-config' ? 'report' : 'evidence' }}.
56
</p>
67
<div class="select-all-actions">
78
<button mat-button color="primary" (click)="selectAllTeams()">Select All</button>

0 commit comments

Comments
 (0)