diff --git a/opentech/static_src/src/app/src/components/NotesPanel.js b/opentech/static_src/src/app/src/components/NotesPanel.js index b297d08df493fcae611c13c572c1db832f1afbca..99bd8f7eb3b8983c6f58113bea2d7d9ac6384c23 100644 --- a/opentech/static_src/src/app/src/components/NotesPanel.js +++ b/opentech/static_src/src/app/src/components/NotesPanel.js @@ -3,7 +3,7 @@ import PropTypes from 'prop-types'; import LoadingPanel from '@components/LoadingPanel'; -export default class NotesPanelItem extends React.Component { +export default class NotesPanel extends React.Component { static propTypes = { children: PropTypes.node, isLoading: PropTypes.bool.isRequired,