Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Jan 17, 2024
1 parent 7b77d85 commit be8479b
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@
*ngIf="activity.organizationName && activity.url"
class="orc-font-body-small"
>
<a
class="underline"
>{{ activity.organizationName }}
</a>
<a class="underline">{{ activity.organizationName }} </a>
</h3>
<h3
*ngIf="activity.organizationName && !activity.url"
Expand All @@ -45,9 +42,7 @@
</h3>
</div>

<a
*ngIf="activity.url"
>
<a *ngIf="activity.url">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
Expand Down

0 comments on commit be8479b

Please sign in to comment.