Skip to content

Commit

Permalink
Merge pull request #67 from FreeNowOrg/dev
Browse files Browse the repository at this point in the history
fix: wrong id
  • Loading branch information
AlPha5130 authored Nov 4, 2023
2 parents fb94a36 + 297c1f0 commit e333c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ArtworksList/ArtworkLargeCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
h3.title.plain(:title='illust.title')
RouterLink(:to='"/artworks/" + illust.id') {{ illust.title }}
.author(:title='illust.userName')
RouterLink(:to='"/users/" + illust.id')
RouterLink(:to='"/users/" + illust.userId')
img.avatar(:src='illust.profileImageUrl' lazyload)
| {{ illust.userName }}
.tags
Expand Down

1 comment on commit e333c33

@vercel
Copy link

@vercel vercel bot commented on e333c33 Nov 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.