Lint
This commit is contained in:
parent
d6cae606cb
commit
34cdc001e7
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue