This commit is contained in:
mgabdev
2020-05-07 00:03:34 -04:00
parent c1131db577
commit a026d86b86
22 changed files with 217 additions and 221 deletions

View File

@@ -22,7 +22,7 @@ class HomeTimeline extends PureComponent {
isPartial: PropTypes.bool,
}
handleLoadMore = maxId => {
handleLoadMore = (maxId) => {
this.props.dispatch(expandHomeTimeline({ maxId }))
}