diff --git a/src/components/ServiceProject/ServiceProjectBranch/ViewBranchDetails.jsx b/src/components/ServiceProject/ServiceProjectBranch/ViewBranchDetails.jsx
index db67ea8b..169cb7a2 100644
--- a/src/components/ServiceProject/ServiceProjectBranch/ViewBranchDetails.jsx
+++ b/src/components/ServiceProject/ServiceProjectBranch/ViewBranchDetails.jsx
@@ -63,11 +63,11 @@ const ViewBranchDetails = ({ BranchToEdit }) => {
- {`${data.updatedBy.firstName ?? ""} ${data.updatedBy.lastName ?? ""
+ {`${data?.updatedBy?.firstName ?? ""} ${data?.updatedBy?.lastName ?? ""
}`.trim() || "N/A"}
>