Skip to content

Commit

Permalink
fix getTagLink for viewing tags for author
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasongg committed Apr 18, 2024
1 parent 1537302 commit d6733a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/c-summary-charts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
.summary-chart__title--tags(v-if="isViewingTagsByAuthor")
a.tag(
v-for="tag in getTags(repo, user)",
v-bind:href="getTagLink(repo[0], tag)",
v-bind:href="getTagLink(user, tag)",
target="_blank",
vbind:key="tag",
tabindex="-1"
Expand Down

0 comments on commit d6733a4

Please sign in to comment.