diff --git a/app/phone-calls/components/phone-calls-list.tsx b/app/phone-calls/components/phone-calls-list.tsx
index b19c62f..b967e10 100644
--- a/app/phone-calls/components/phone-calls-list.tsx
+++ b/app/phone-calls/components/phone-calls-list.tsx
@@ -21,7 +21,7 @@ export default function PhoneCallsList() {
}, [phoneCalls, query]);
if (!phoneCalls) {
- return ;
+ return hasOngoingSubscription ? : null;
}
if (phoneCalls.length === 0) {