mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 02:36:38 +00:00
Fix logic
This commit is contained in:
@@ -271,8 +271,8 @@ export default function CreateDomainForm({
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{domainType === "cname" ||
|
{(domainType == "cname" ||
|
||||||
(domainType == "wildcard" && (
|
domainType == "wildcard") && (
|
||||||
<>
|
<>
|
||||||
{createdDomain.cnameRecords &&
|
{createdDomain.cnameRecords &&
|
||||||
createdDomain.cnameRecords
|
createdDomain.cnameRecords
|
||||||
@@ -424,7 +424,7 @@ export default function CreateDomainForm({
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
))}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{build == "saas" ||
|
{build == "saas" ||
|
||||||
|
|||||||
Reference in New Issue
Block a user