summaryrefslogtreecommitdiff
path: root/web/src/reducers/notifications.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/reducers/notifications.js')
-rw-r--r--web/src/reducers/notifications.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/src/reducers/notifications.js b/web/src/reducers/notifications.js
index 71e0341db..1c8783751 100644
--- a/web/src/reducers/notifications.js
+++ b/web/src/reducers/notifications.js
@@ -22,6 +22,7 @@ import {
export default (state = [], action) => {
// Intercept API failure
+ // TODO: Are these still used?
if (action.notification && action.type.match(/.*_FETCH_FAIL$/)) {
action = addApiError(action.notification)
}