Phone number verification in publishing
This commit is contained in:
parent
69b01bc468
commit
4b9e0c5c38
4 changed files with 35 additions and 14 deletions
|
@ -359,6 +359,14 @@ const PhoneNumbers = () => {
|
|||
return null;
|
||||
}
|
||||
|
||||
if (account?.limits.calls === 0) {
|
||||
return (
|
||||
<Pref title={<>{t("account_basics_phone_numbers_title")}{config.enable_payments && <ProChip/>}</>} description={t("account_basics_phone_numbers_description")}>
|
||||
<em>{t("account_usage_calls_none")}</em>
|
||||
</Pref>
|
||||
)
|
||||
}
|
||||
|
||||
return (
|
||||
<Pref labelId={labelId} title={t("account_basics_phone_numbers_title")} description={t("account_basics_phone_numbers_description")}>
|
||||
<div aria-labelledby={labelId}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue