Skip to content

Commit 2346c5b

Browse files
committed
Update VerifyStep.tsx
1 parent 6220211 commit 2346c5b

File tree

1 file changed

+0
-1
lines changed
  • apps/web/app/(org)/dashboard/settings/organization/components/CustomDomainDialog

1 file changed

+0
-1
lines changed

apps/web/app/(org)/dashboard/settings/organization/components/CustomDomainDialog/VerifyStep.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ const VerifyStep = ({
6060
if (!domain) return false;
6161
const parts: string[] = domain.split(".");
6262
return parts.length > 2;
63-
}
6463
};
6564

6665
const recommendedAValues = getRecommendedAValues();

0 commit comments

Comments
 (0)