diff --git a/app/components/post_list/post_list_base.js b/app/components/post_list/post_list_base.js index 3c51c4188..3a26237e5 100644 --- a/app/components/post_list/post_list_base.js +++ b/app/components/post_list/post_list_base.js @@ -49,6 +49,7 @@ export default class PostListBase extends PureComponent { static defaultProps = { onLoadMoreUp: () => true, renderFooter: () => null, + refreshing: false, }; componentWillMount() {