Merge branch 'Purchase_Invoice_Management' of https://git.marcoaiot.com/admin/marco.pms.web into Weidget_Dashboard_Services
This commit is contained in:
commit
4a346bc314
@ -63,11 +63,11 @@ const ViewBranchDetails = ({ BranchToEdit }) => {
|
||||
<Avatar
|
||||
size="xs"
|
||||
classAvatar="m-0 me-1"
|
||||
firstName={data.updatedBy.firstName}
|
||||
lastName={data.updatedBy.lastName}
|
||||
firstName={data?.updatedBy?.firstName}
|
||||
lastName={data?.updatedBy?.lastName}
|
||||
/>
|
||||
<span className="text-muted">
|
||||
{`${data.updatedBy.firstName ?? ""} ${data.updatedBy.lastName ?? ""
|
||||
{`${data?.updatedBy?.firstName ?? ""} ${data?.updatedBy?.lastName ?? ""
|
||||
}`.trim() || "N/A"}
|
||||
</span>
|
||||
</>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user