Add aria-label to notifications (#8460)

Fix #8192
This commit is contained in:
Eugen Rochko
2018-08-26 17:53:26 +02:00
committed by GitHub
parent b9c3788485
commit a791bac153
3 changed files with 25 additions and 8 deletions

View File

@@ -26,6 +26,7 @@ const notificationToMap = notification => ImmutableMap({
id: notification.id,
type: notification.type,
account: notification.account.id,
created_at: notification.created_at,
status: notification.status ? notification.status.id : null,
});