Skip to content

Commit

Permalink
issue-13725
Browse files Browse the repository at this point in the history
 + Fixed prettier
  • Loading branch information
EnricoMessall committed Sep 24, 2023
1 parent 78e50a9 commit 0856d64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/speeddial/speeddial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ import { asapScheduler } from 'rxjs';
<span class="p-speeddial-action-icon" *ngIf="item.icon" [ngClass]="item.icon"></span>
</a>
<ng-template #elseBlock>
<a *ngIf="_visible"
<a
*ngIf="_visible"
[attr.href]="item.url || null"
class="p-speeddial-action"
role="menuitem"
Expand Down

0 comments on commit 0856d64

Please sign in to comment.