diff --git a/packages/app/src/Pages/Root/ForYouTab.tsx b/packages/app/src/Pages/Root/ForYouTab.tsx index fac8a94c..f2411f47 100644 --- a/packages/app/src/Pages/Root/ForYouTab.tsx +++ b/packages/app/src/Pages/Root/ForYouTab.tsx @@ -112,7 +112,7 @@ export const ForYouTab = memo(function ForYouTab() { if (!getForYouFeedPromise && Relay instanceof WorkerRelayInterface) { getForYouFeedPromise = Relay.forYouFeed(login.publicKey); } - getForYouFeedPromise!.then(notes => { + getForYouFeedPromise?.then(notes => { getForYouFeedPromise = null; if (notes.length < 10) { setTimeout(() => {