1
0
mirror of https://github.com/flarum/core.git synced 2025-05-05 06:57:55 +02:00

Remove documentation for obsolete component prop

This commit is contained in:
Franz Liedke 2020-06-26 16:06:56 +02:00
parent 7dc3a194c3
commit 7816b61bfb
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

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 {