mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
fix(author-card): fix socials for the wrong index being rendered
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
<div class="author-socials">
|
||||
<a
|
||||
v-for="{ link, icon } in team[0].links"
|
||||
v-for="{ link, icon } in author.links"
|
||||
:key="link"
|
||||
:href="link"
|
||||
target="_blank"
|
||||
|
Reference in New Issue
Block a user