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]);
|
}, [phoneCalls, query]);
|
||||||
|
|
||||||
if (!phoneCalls) {
|
if (!phoneCalls) {
|
||||||
return <PhoneInitLoader />;
|
return hasOngoingSubscription ? <PhoneInitLoader /> : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (phoneCalls.length === 0) {
|
if (phoneCalls.length === 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user