Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
jessewashburn committed Jan 22, 2025
1 parent 6168b98 commit 31a1742
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@
<button mat-stroked-button *ngIf="isUserAdmin" (click)="editTagClick($event,subTag)" i18n>Edit</button>
<button mat-stroked-button *ngIf="isUserAdmin" (click)="deleteTag($event,subTag)" i18n>Delete</button>
</mat-list-item>
</ng-container>
</ng-container>
<mat-divider></mat-divider>
</ng-container>
</mat-nav-list>

0 comments on commit 31a1742

Please sign in to comment.