Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Jun 18, 2024
1 parent 4c7b728 commit 12cf956
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ <h4 *ngIf="heading">{{ heading }}</h4>
<option *ngIf="showPublicSystems" [ngValue]="communityDataSystem">Community Data</option>
<option *ngIf="showPublicSystems" [ngValue]="publishedDataSystem">Published Data</option>
<optgroup label="My Projects">
<option *ngFor="let project of projects" [ngValue]="project">
{{ project.name }} | {{ project.description }}
</option>
<option *ngFor="let project of projects" [ngValue]="project">{{ project.name }} | {{ project.description }}</option>
</optgroup>
</select>
<div
Expand Down

0 comments on commit 12cf956

Please sign in to comment.