diff --git a/app/register/owner/page.js b/app/register/owner/page.js index 2b6977c..84bccaa 100644 --- a/app/register/owner/page.js +++ b/app/register/owner/page.js @@ -666,7 +666,7 @@ export default function OwnerRegisterPage() { const fileInputBackRef = useRef(null); const fileInputLicenseRef = useRef(null); - const isCompany = formData.ownerType === OwnerType.COMPANY; + const isCompany = formData.ownerType === OwnerType.REAL_ESTATE_AGENCY; const handleImageUpload = (side, file) => { if (!file) return;