diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/users/user-notification.model.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
148 | break | 148 | break |
149 | } | 149 | } |
150 | } catch (err) { | 150 | } catch (err) { |
151 | this.type = null | ||
151 | console.error(err) | 152 | console.error(err) |
152 | } | 153 | } |
153 | } | 154 | } |