diff --git a/app/components/post_list/post_list.tsx b/app/components/post_list/post_list.tsx index 8d5abd8d6..e00486490 100644 --- a/app/components/post_list/post_list.tsx +++ b/app/components/post_list/post_list.tsx @@ -146,7 +146,7 @@ const PostList = ({ if (onViewableItemsChangedListener.current && !deepLinkURL) { onViewableItemsChangedListener.current(viewableItems); } - }, [deepLinkURL]); + }, []); const renderItem = useCallback(({item, index}) => { if (isStartOfNewMessages(item)) {