Hashtag timeline: stop flashing repeatedly
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1166
This commit is contained in:
parent
5d5a29b9f0
commit
386be7d9e3
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ export const HashtagTimeline: React.FC<IHashtagTimeline> = ({ params }) => {
|
||||||
subscribe();
|
subscribe();
|
||||||
dispatch(clearTimeline(`hashtag:${id}`));
|
dispatch(clearTimeline(`hashtag:${id}`));
|
||||||
dispatch(expandHashtagTimeline(id, { tags }));
|
dispatch(expandHashtagTimeline(id, { tags }));
|
||||||
}, [id, tags]);
|
}, [id]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Column label={`#${id}`} transparent withHeader={false}>
|
<Column label={`#${id}`} transparent withHeader={false}>
|
||||||
|
|
Loading…
Reference in a new issue