From 44b88f180bc9ec692885e7db08757a43b3e2df79 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 2 Aug 2019 09:46:48 +0200 Subject: Fix broken follow notification --- client/src/app/shared/users/user-notification.model.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src') diff --git a/client/src/app/shared/users/user-notification.model.ts b/client/src/app/shared/users/user-notification.model.ts index 72fc3e7b4..06eace71c 100644 --- a/client/src/app/shared/users/user-notification.model.ts +++ b/client/src/app/shared/users/user-notification.model.ts @@ -148,6 +148,7 @@ export class UserNotification implements UserNotificationServer { break } } catch (err) { + this.type = null console.error(err) } } -- cgit v1.2.3