diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2021-02-20 21:48:28 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2021-02-20 21:48:28 +0900 |
| commit | de98718923129db45c24d81e6e19bebbb1cfe7cb (patch) | |
| tree | 9f97e25fde93886d697f6ad9179e4cb5719bacb3 /src | |
| parent | Chat UIでサウンドがならない問題を修正 (diff) | |
| download | sharkey-de98718923129db45c24d81e6e19bebbb1cfe7cb.tar.gz sharkey-de98718923129db45c24d81e6e19bebbb1cfe7cb.tar.bz2 sharkey-de98718923129db45c24d81e6e19bebbb1cfe7cb.zip | |
Clean up
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/ui/chat/notes.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ui/chat/notes.vue b/src/client/ui/chat/notes.vue index 774b8e4aa3..fb9f8fe260 100644 --- a/src/client/ui/chat/notes.vue +++ b/src/client/ui/chat/notes.vue @@ -1,5 +1,5 @@ <template> -<div class="" :ref="mounted"> +<div class=""> <div class="_fullinfo" v-if="empty"> <img src="https://xn--931a.moe/assets/info.jpg" class="_ghost"/> <div>{{ $ts.noNotes }}</div> |