diff --git a/app/javascript/gabsocial/components/status_list.js b/app/javascript/gabsocial/components/status_list.js index 1b5fc94b..36098ac2 100644 --- a/app/javascript/gabsocial/components/status_list.js +++ b/app/javascript/gabsocial/components/status_list.js @@ -96,7 +96,6 @@ class StatusList extends ImmutablePureComponent { emptyMessage: PropTypes.string, timelineId: PropTypes.string, queuedItemSize: PropTypes.number, - group: ImmutablePropTypes.map, onDequeueTimeline: PropTypes.func.isRequired, onScrollToTop: PropTypes.func.isRequired, onScroll: PropTypes.func.isRequired, @@ -222,7 +221,6 @@ class StatusList extends ImmutablePureComponent { totalQueuedItemsCount, isLoading, isPartial, - group, promotedStatuses, scrollKey, hasMore,