const initials = item .FirstName .charAt(0) .toUpperCase() + item .LastName .charAt(0) .toUpperCase();