diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-03-21 13:21:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-03-21 13:21:32 +0900 |
| commit | 019f7480e8126107a93a60fc03eabdac08337aae (patch) | |
| tree | d51c3e4467ce3f2c1b10282bb356c37ce529d6bc /src | |
| parent | :art: (diff) | |
| download | misskey-019f7480e8126107a93a60fc03eabdac08337aae.tar.gz misskey-019f7480e8126107a93a60fc03eabdac08337aae.tar.bz2 misskey-019f7480e8126107a93a60fc03eabdac08337aae.zip | |
Fix bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/pages/note.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/note.vue b/src/client/pages/note.vue index 387b0cff31..dbdf8c3d35 100644 --- a/src/client/pages/note.vue +++ b/src/client/pages/note.vue @@ -13,7 +13,7 @@ <x-notes v-if="showNext" ref="next" :pagination="next"/> <hr v-if="showNext"/> - <mk-remote-caution v-if="note.user.host != null" :href="note.url" style="margin-bottom: var(--margin)"/> + <mk-remote-caution v-if="note.user.host != null" :href="note.uri" style="margin-bottom: var(--margin)"/> <x-note :note="note" :key="note.id" :detail="true"/> <div v-if="error"> <mk-error @retry="fetch()"/> |