diff --git a/src/routes/Notifications/Notifications.js b/src/routes/Notifications/Notifications.js index 608b00b9..828de54a 100644 --- a/src/routes/Notifications/Notifications.js +++ b/src/routes/Notifications/Notifications.js @@ -6,6 +6,13 @@ import NotificationsHeader from './NotificationsHeader' // these come from mailboxer.rb in the api repo const BLACKLIST = ['ACCESS_REQUEST', 'ACCESS_APPROVED', 'INVITE_TO_EDIT'] +/* TODO!! + pagination + mark read/unread + receipts + fetchNotifications +*/ + function getNotificationText (notification) { let map, topic, topic1, topic2 switch (notification.type) { @@ -76,7 +83,7 @@ class Notifications extends Component {