Skip to content
Snippets Groups Projects
Unverified Commit 7e093aee authored by tamaina's avatar tamaina Committed by GitHub
Browse files

Update src/client/components/notification.vue


Co-authored-by: default avatarsyuilo <Syuilotan@yahoo.co.jp>
parent fb91ab40
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ export default Vue.extend({
},
mounted() {
if (!this.notification.isRead ) {
if (!this.notification.isRead) {
this.readObserver = new IntersectionObserver((entries, observer) => {
if (!entries.some(entry => entry.isIntersecting)) return;
this.$root.stream.send('readNotification', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment