mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
use PureComponent
This commit is contained in:
parent
6a56873886
commit
ab8eaa0dbe
@ -21,7 +21,7 @@ const NoResultComponent = () => {
|
||||
}
|
||||
|
||||
// FIXME: Scroll behavior should scroll to next post or the previous one depending on the direction of the scroll
|
||||
export default class PostsFeed extends React.Component {
|
||||
export default class PostsFeed extends React.PureComponent {
|
||||
state = {
|
||||
initialLoading: true,
|
||||
fetchingData: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user