mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 12:04: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
|
// 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 = {
|
state = {
|
||||||
initialLoading: true,
|
initialLoading: true,
|
||||||
fetchingData: true,
|
fetchingData: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user