aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/src/shared/notifications/Notifications.js
diff options
context:
space:
mode:
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/src/shared/notifications/Notifications.js')
-rw-r--r--workflow-designer-ui/src/main/frontend/src/shared/notifications/Notifications.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/workflow-designer-ui/src/main/frontend/src/shared/notifications/Notifications.js b/workflow-designer-ui/src/main/frontend/src/shared/notifications/Notifications.js
index 6d9f7242..5be899a9 100644
--- a/workflow-designer-ui/src/main/frontend/src/shared/notifications/Notifications.js
+++ b/workflow-designer-ui/src/main/frontend/src/shared/notifications/Notifications.js
@@ -30,4 +30,7 @@ function mapDispatchToProps(dispatch) {
};
}
-export default connect(mapStateToProps, mapDispatchToProps)(NotificationsView);
+export default connect(
+ mapStateToProps,
+ mapDispatchToProps
+)(NotificationsView);