Skip to content

Commit

Permalink
fix: footer friends link not loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Sep 28, 2023
1 parent a4f965b commit 1546685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/FooterLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default defineComponent({
}
const fetchLinks = async () => {
const linksArticle = await articleStore.fetchArticle('friends')
const linksArticle = await articleStore.fetchArticle('links')
if (linksArticle && linksArticle.avatarWall) {
bloggers.value = linksArticle.avatarWall
refreshLinkData()
Expand Down

0 comments on commit 1546685

Please sign in to comment.