Fix logic

This commit is contained in:
Owen
2025-07-17 16:03:34 -07:00
parent 398e15b3c6
commit e562946308

View File

@@ -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" ||