diff --git a/resources/assets/components/sections/Notifications.vue b/resources/assets/components/sections/Notifications.vue index b2c90418..1ddf522f 100644 --- a/resources/assets/components/sections/Notifications.vue +++ b/resources/assets/components/sections/Notifications.vue @@ -87,12 +87,12 @@

- {{n.account.local == false ? '@':''}}{{truncate(n.account.username)}} reacted to your story. + {{n.account.local == false ? '@':''}}{{truncate(n.account.username)}} reacted to your story.

- {{n.account.local == false ? '@':''}}{{truncate(n.account.username)}} commented on your story. + {{n.account.local == false ? '@':''}}{{truncate(n.account.username)}} commented on your story.

@@ -216,7 +216,7 @@ methods: { init() { - if(this.retryAttempts == 3) { + if(this.retryAttempts == 1) { this.hasLoaded = true; this.isEmpty = true; clearTimeout(this.retryTimeout);