hide phone init loader if user is on free plan
This commit is contained in:
parent
e00f0bde64
commit
c0554f321c
@ -21,7 +21,7 @@ export default function PhoneCallsList() {
|
||||
}, [phoneCalls, query]);
|
||||
|
||||
if (!phoneCalls) {
|
||||
return <PhoneInitLoader />;
|
||||
return hasOngoingSubscription ? <PhoneInitLoader /> : null;
|
||||
}
|
||||
|
||||
if (phoneCalls.length === 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user