diff --git a/apps/edr-freight-web/portal/src/pages/accounts/companyProfileForm/steps/RepresentationStep.tsx b/apps/edr-freight-web/portal/src/pages/accounts/companyProfileForm/steps/RepresentationStep.tsx
index 9acf9f1fb..7228c447c 100644
--- a/apps/edr-freight-web/portal/src/pages/accounts/companyProfileForm/steps/RepresentationStep.tsx
+++ b/apps/edr-freight-web/portal/src/pages/accounts/companyProfileForm/steps/RepresentationStep.tsx
@@ -23,7 +23,6 @@ import type {
} from "@/services/verifayda.service";
import type { FormData } from "../schema";
-import SourcedField from "../SourcedField";
/** How a foreign company chose to prove the person: Fayda, or a passport. */
export type IdentityMethod = "fayda" | "passport";
@@ -251,55 +250,46 @@ export default function RepresentationStep({
)}
{/* -------------------------------------------------------------- */}
- {/* The representative's own details — only once the person exists, */}
- {/* and only the parts the verification did not already carry. What */}
- {/* Fayda supplied is shown on the panel above and never repeated. */}
+ {/* The representative's own details — only once the person exists, */}
+ {/* and only the parts the verification did not carry. What Fayda */}
+ {/* supplied is on the card above; echoing it back here as read-only */}
+ {/* rows was the same data twice with nothing to do about either. */}
{/* -------------------------------------------------------------- */}
{declared === "yes" && established && (
<>
-
+ {!locked.name && (
-
+ )}
-
-
-
-
+ {!locked.email && (
+
+ )}
-
-
-
-
+ {!locked.phone && (
+
+ )}
+
+ )}
{!locked.address && (