environments/review-sensitive-z2vfk1/deployments/1184
Chewbacca 2022-10-21 07:41:05 -04:00
rodzic d6cae606cb
commit 34cdc001e7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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]);