fix(dial-in) Fix warning (#12571)
Only show warning if the feature is enabled
This commit is contained in:
parent
0c373e105b
commit
48efe36cdf
|
@ -183,7 +183,7 @@ function AddPeopleDialog({
|
|||
&& <DialInSection phoneNumber = { _phoneNumber } />
|
||||
}
|
||||
{
|
||||
!_dialInVisible && _isVpaasMeeting && <DialInLimit />
|
||||
!_phoneNumber && _dialInVisible && _isVpaasMeeting && <DialInLimit />
|
||||
}
|
||||
</div>
|
||||
</Dialog>
|
||||
|
|
Loading…
Reference in New Issue