+
- TIN Number (10 digits){" "}
- *
- >
- }
+ aria-label="TIN Number (10 digits), required"
placeholder="0012345678"
maxLength={10}
error={error}
@@ -136,6 +105,7 @@ export default function ETradeInfo({
/>
{showRetry && (
:
}
- mt="24px"
>
{isLoading ? "Getting..." : "Get Data"}
)}
- {status === "verified" && mutation.data && !mutation.data.tinTaken && (
-
- )}
-
+
{notFound && (
onIdentityChange?.()}
diff --git a/apps/edr-freight-web/portal/src/pages/accounts/companyProfileForm/ReadOnlyField.tsx b/apps/edr-freight-web/portal/src/pages/accounts/companyProfileForm/ReadOnlyField.tsx
index 6465375e7..7b8bae2b9 100644
--- a/apps/edr-freight-web/portal/src/pages/accounts/companyProfileForm/ReadOnlyField.tsx
+++ b/apps/edr-freight-web/portal/src/pages/accounts/companyProfileForm/ReadOnlyField.tsx
@@ -13,7 +13,7 @@ export function ReadOnlyField({
{label}
-
+
{value && value.trim() ? value : "—"}