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

Commit

Permalink
fix(notification): handle unhandled prop (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleyva authored Dec 18, 2018
1 parent 318e472 commit 1bdd689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Notification/NotificationBody.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const NotificationBody = props => {
notifications,
onNotificationClicked,
onClearNotification,
selectedNotification,
...rest
} = props
const notificationsLength = notifications.length
Expand Down

0 comments on commit 1bdd689

Please sign in to comment.