From a31cc29f2cf908686c5584c272b76e3ebd6b79f4 Mon Sep 17 00:00:00 2001 From: Simon Nilsson Date: Tue, 26 Mar 2024 08:37:02 +0100 Subject: [PATCH] Update src/components/notifications/index.js Co-authored-by: Frank Elsinga --- src/components/notifications/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/notifications/index.js b/src/components/notifications/index.js index 0e416f0f..92e6cf28 100644 --- a/src/components/notifications/index.js +++ b/src/components/notifications/index.js @@ -115,7 +115,7 @@ const NotificationFormList = { "GoAlert": GoAlert, "ServerChan": ServerChan, "ZohoCliq": ZohoCliq, - "Cellsynt": Cellsynt + "Cellsynt": Cellsynt, }; export default NotificationFormList;