Fix target account link

This commit is contained in:
kPherox 2019-12-11 04:02:25 +09:00
parent 6af870cd90
commit 31aa177eea
No known key found for this signature in database
GPG key ID: C04751C2BFA2F62D
2 changed files with 13 additions and 1 deletions

View file

@ -123,7 +123,7 @@
v-else-if="notification.type === 'move'"
class="move-text"
>
<router-link :to="userProfileLink">
<router-link :to="targetUserProfileLink">
@{{ notification.target.screen_name }}
</router-link>
</div>