diff --git a/framework/core/js/src/forum/components/DiscussionList.js b/framework/core/js/src/forum/components/DiscussionList.js index 1d16fa1c6..ad9bfea8a 100644 --- a/framework/core/js/src/forum/components/DiscussionList.js +++ b/framework/core/js/src/forum/components/DiscussionList.js @@ -9,8 +9,6 @@ import Placeholder from '../../common/components/Placeholder'; * * ### Props * - * - `params` A map of parameters used to construct a refined parameter object - * to send along in the API request to get discussion results. * - `state` A DiscussionListState object that represents the discussion lists's state. */ export default class DiscussionList extends Component {