diff --git a/js/ui/components/networkAgent.js b/js/ui/components/networkAgent.js index ab9b86083..a5d603564 100644 --- a/js/ui/components/networkAgent.js +++ b/js/ui/components/networkAgent.js @@ -781,7 +781,7 @@ class NetworkAgent { return; } - const source = new MessageTray.getSystemSource(); + const source = MessageTray.getSystemSource(); const notification = new MessageTray.Notification(source, title, body); notification.iconName = 'dialog-password-symbolic';