Skip to content

Commit

Permalink
fix: wrong id
Browse files Browse the repository at this point in the history
  • Loading branch information
AlPha5130 committed Nov 4, 2023
1 parent fb94a36 commit 297c1f0
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

0 comments on commit 297c1f0

Please sign in to comment.