diff --git a/app/components/post_list/index.ts b/app/components/post_list/index.ts index c15025ca0..f1326995d 100644 --- a/app/components/post_list/index.ts +++ b/app/components/post_list/index.ts @@ -37,7 +37,7 @@ function mapStateToProps() { return { deepLinkURL: state.views.root.deepLinkURL, postIds: ids, - initialIndex, + initialIndex: Math.max(initialIndex, 0), serverURL: getCurrentUrl(state), siteURL: getConfig(state)?.SiteURL, theme: getTheme(state),