diff --git a/app/soapbox/features/hashtag-timeline/index.tsx b/app/soapbox/features/hashtag-timeline/index.tsx index 7ead1a9f5..e10b74aee 100644 --- a/app/soapbox/features/hashtag-timeline/index.tsx +++ b/app/soapbox/features/hashtag-timeline/index.tsx @@ -95,7 +95,7 @@ export const HashtagTimeline: React.FC = ({ params }) => { subscribe(); dispatch(clearTimeline(`hashtag:${id}`)); dispatch(expandHashtagTimeline(id, { tags })); - }, [id, tags]); + }, [id]); return (