From 700b4464631a857b91f129bcb67c6ef1fed9e976 Mon Sep 17 00:00:00 2001 From: Rahaf Date: Wed, 1 Apr 2026 02:18:03 +0300 Subject: [PATCH] Edit register --- app/register/owner/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;