diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-06 14:23:01 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-06 14:23:01 +0900 |
| commit | 1b88a7bc03ac45c3c0eea9408a700ffd2f72d5d0 (patch) | |
| tree | 3d6e7204e80fef4c728bf6a0e44aee2a6813969d /src/client/components/notifications.vue | |
| parent | 12.0.0 (diff) | |
| download | misskey-1b88a7bc03ac45c3c0eea9408a700ffd2f72d5d0.tar.gz misskey-1b88a7bc03ac45c3c0eea9408a700ffd2f72d5d0.tar.bz2 misskey-1b88a7bc03ac45c3c0eea9408a700ffd2f72d5d0.zip | |
Fix #5842 and refactoring
Diffstat (limited to 'src/client/components/notifications.vue')
| -rw-r--r-- | src/client/components/notifications.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/notifications.vue b/src/client/components/notifications.vue index e067c1acce..ff2fc4af8a 100644 --- a/src/client/components/notifications.vue +++ b/src/client/components/notifications.vue @@ -2,7 +2,7 @@ <div class="mk-notifications"> <div class="contents"> <x-list class="notifications" :items="items" v-slot="{ item: notification, i }"> - <x-notification :notification="notification" :with-time="true" :full="true" class="notification" :key="notification.id" :data-index="i"/> + <x-notification :notification="notification" :with-time="true" :full="true" class="notification" :key="notification.id"/> </x-list> <button class="more _button" v-if="more" @click="fetchMore" :disabled="moreFetching"> |