Skip to content

Commit

Permalink
fixed propType for NewActivitiesNotification component (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Apr 9, 2021
1 parent 99bcd2c commit 7060571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NewActivitiesNotification.js
Expand Up @@ -78,7 +78,7 @@ class NewActivitiesNotification extends React.Component {

NewActivitiesNotification.propTypes = {
adds: PropTypes.arrayOf(PropTypes.object),
deletes: PropTypes.arrayOf(PropTypes.object),
deletes: PropTypes.arrayOf(PropTypes.string),
labelSingular: PropTypes.string,
labelPlural: PropTypes.string,
/**
Expand Down

0 comments on commit 7060571

Please sign in to comment.