diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-16 15:20:23 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-16 15:20:23 +0900 |
| commit | 8661cd1ee7b555a04bb73e3e7a9e36280f82d2e2 (patch) | |
| tree | 4fca5990d2529507136c915184075c173dff46f5 /src/client | |
| parent | fix typo (diff) | |
| download | sharkey-8661cd1ee7b555a04bb73e3e7a9e36280f82d2e2.tar.gz sharkey-8661cd1ee7b555a04bb73e3e7a9e36280f82d2e2.tar.bz2 sharkey-8661cd1ee7b555a04bb73e3e7a9e36280f82d2e2.zip | |
Renoteされた時刻が投稿された時刻のように表示される問題を修正
Fix #7620
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/components/note-detailed.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/components/note-detailed.vue b/src/client/components/note-detailed.vue index a2460950cd..720f5aa2b4 100644 --- a/src/client/components/note-detailed.vue +++ b/src/client/components/note-detailed.vue @@ -86,8 +86,8 @@ </div> <footer class="footer"> <div class="info"> - <span class="mobile" v-if="note.viaMobile"><i class="fas fa-mobile-alt"></i></span> - <MkTime class="created-at" :time="note.createdAt" mode="detail"/> + <span class="mobile" v-if="appearNote.viaMobile"><i class="fas fa-mobile-alt"></i></span> + <MkTime class="created-at" :time="appearNote.createdAt" mode="detail"/> </div> <XReactionsViewer :note="appearNote" ref="reactionsViewer"/> <button @click="reply()" class="button _button"> |