mirror of
https://github.com/trezor/trezor-wallet
synced 2025-06-26 01:42:35 +00:00
Fixed eslint warning
This commit is contained in:
parent
2981c3bdd2
commit
6c481e954d
@ -69,6 +69,7 @@ class NotificationsGroup extends Component {
|
|||||||
<Wrapper>
|
<Wrapper>
|
||||||
{Object.keys(sortedNotifications).map(group => (
|
{Object.keys(sortedNotifications).map(group => (
|
||||||
<Group
|
<Group
|
||||||
|
key={group}
|
||||||
groupNotifications={notificationGroups[group]}
|
groupNotifications={notificationGroups[group]}
|
||||||
type={group}
|
type={group}
|
||||||
close={close}
|
close={close}
|
||||||
|
Loading…
Reference in New Issue
Block a user