Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 1bdd689

Browse files
authored
fix(notification): handle unhandled prop (#347)
1 parent 318e472 commit 1bdd689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Notification/NotificationBody.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const NotificationBody = props => {
4141
notifications,
4242
onNotificationClicked,
4343
onClearNotification,
44+
selectedNotification,
4445
...rest
4546
} = props
4647
const notificationsLength = notifications.length

0 commit comments

Comments
 (0)