Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
fix: a naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
supermurat committed Jan 10, 2019
1 parent 2aa6a96 commit b29322d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/widgets/active-tags/active-tags.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h5 class="card-header" i18n>Active Tags</h5>
<ul>
<li *ngFor="let tag of taxonomyList$ | async; trackBy:trackByIndex">
<a [routerLink]="[tag.routePath, tag.id]">
<span>{{ tag.title }}</span>
<span>{{ tag.tagName }}</span>
</a>
</li>
</ul>
Expand Down

0 comments on commit b29322d

Please sign in to comment.