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