From 386be7d9e31381dc390cf85f92ba2d9c139b33ed Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 14 Nov 2022 17:03:40 -0600 Subject: [PATCH] Hashtag timeline: stop flashing repeatedly Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1166 --- app/soapbox/features/hashtag-timeline/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/hashtag-timeline/index.tsx b/app/soapbox/features/hashtag-timeline/index.tsx index 7ead1a9f57..e10b74aeea 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 (