Fixed eslint warning

pull/70/head^2
Vladimir Volek 6 years ago committed by Szymon Lesisz
parent 2981c3bdd2
commit 6c481e954d

@ -69,6 +69,7 @@ class NotificationsGroup extends Component {
<Wrapper>
{Object.keys(sortedNotifications).map(group => (
<Group
key={group}
groupNotifications={notificationGroups[group]}
type={group}
close={close}

Loading…
Cancel
Save