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 && }