Abstract out Access List as shared component.

This commit is contained in:
Kia Lam
2019-02-26 13:23:34 -05:00
parent 3cd54c45eb
commit 1443625d89
6 changed files with 451 additions and 25 deletions

View File

@@ -335,7 +335,7 @@ class Notifications extends Component {
}
}
Notifications.propType = {
Notifications.propTypes = {
getError: PropTypes.func.isRequired,
getNotifications: PropTypes.func.isRequired,
getSuccess: PropTypes.func.isRequired,