From 037575409dec21afd7873f114f7a303af6a07174 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Wed, 7 Mar 2018 21:10:48 -0500 Subject: [PATCH] fix request access notif page --- src/routes/Notifications/NotificationPage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/Notifications/NotificationPage.js b/src/routes/Notifications/NotificationPage.js index 18debfe3..f85ab89f 100644 --- a/src/routes/Notifications/NotificationPage.js +++ b/src/routes/Notifications/NotificationPage.js @@ -34,7 +34,7 @@ class NotificationPage extends Component { const request = notification.data.object const map = notification.data.map const subject = notification.type === MAP_ACCESS_REQUEST ? - ({request.user.name} wants to collaborate on map { map.name }) + ({notification.actor.name} wants to collaborate on map { map.name }) : notification.subject return (
@@ -62,7 +62,7 @@ class NotificationPage extends Component {

Go to map    - View mapper profile + View mapper profile
} {notification.type !== MAP_ACCESS_REQUEST && }