diff options
| author | kPherox <admin@mail.kr-kp.com> | 2019-12-11 04:02:25 +0900 |
|---|---|---|
| committer | kPherox <admin@mail.kr-kp.com> | 2019-12-11 04:02:25 +0900 |
| commit | 31aa177eea8f2e50e1802d1dd51a8470199b6bcb (patch) | |
| tree | 82b0ffc74e067a532669acda1472d4c5fd257fa6 /src/components/notification/notification.vue | |
| parent | 6af870cd9069a8fc45b7684d264656dad0cf4a70 (diff) | |
Fix target account link
Diffstat (limited to 'src/components/notification/notification.vue')
| -rw-r--r-- | src/components/notification/notification.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index cf4d8072..33ae054f 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -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> |
