diff --git a/app/soapbox/features/status/index.tsx b/app/soapbox/features/status/index.tsx index 3800558b8..dbcc373ee 100644 --- a/app/soapbox/features/status/index.tsx +++ b/app/soapbox/features/status/index.tsx @@ -412,7 +412,7 @@ const Thread: React.FC = (props) => { if (next && status) { dispatch(fetchNext(status.id, next)).then(({ next }) => { setNext(next); - }).catch(() => { }); + }).catch(() => {}); } }, 300, { leading: true }), [next, status]);