1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 12:59:09 +00:00

Fixed eslint warning

This commit is contained in:
Vladimir Volek 2018-10-02 17:58:37 +02:00 committed by Szymon Lesisz
parent 2981c3bdd2
commit 6c481e954d

View File

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