This commit is contained in:
Chewbacca 2022-10-21 07:41:05 -04:00
parent d6cae606cb
commit 34cdc001e7

View file

@ -412,7 +412,7 @@ const Thread: React.FC<IThread> = (props) => {
if (next && status) {
dispatch(fetchNext(status.id, next)).then(({ next }) => {
setNext(next);
}).catch(() => { });
}).catch(() => {});
}
}, 300, { leading: true }), [next, status]);