Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Jan 12, 2024
1 parent ef5c452 commit c4fc9d4
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@

<div class="orc-font-body-small text-container">
<ng-container *ngIf="element.url">
<a
class="underline orc-font-body-small"
*ngIf="element.url"
>{{ element.stringA }}</a
>
<a class="underline orc-font-body-small" *ngIf="element.url">{{
element.stringA
}}</a>
</ng-container>
<ng-container *ngIf="!element.url">
<strong>{{ element.countA }}</strong>
Expand Down

0 comments on commit c4fc9d4

Please sign in to comment.