Progress
This commit is contained in:
@@ -22,7 +22,7 @@ class HomeTimeline extends PureComponent {
|
||||
isPartial: PropTypes.bool,
|
||||
}
|
||||
|
||||
handleLoadMore = maxId => {
|
||||
handleLoadMore = (maxId) => {
|
||||
this.props.dispatch(expandHomeTimeline({ maxId }))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user