1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 01:31:40 +02:00

Remove documentation for obsolete component prop

This commit is contained in:
Franz Liedke
2020-06-26 16:06:56 +02:00
parent 0b9e8e0408
commit c8185a22df

View File

@@ -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 {