diff --git a/web/packages/new/photos/components/gallery/PeopleHeader.tsx b/web/packages/new/photos/components/gallery/PeopleHeader.tsx index 70ea2a1098..0c4b660987 100644 --- a/web/packages/new/photos/components/gallery/PeopleHeader.tsx +++ b/web/packages/new/photos/components/gallery/PeopleHeader.tsx @@ -119,8 +119,8 @@ const CGroupPersonHeader: React.FC = ({ }, }); - // While technically it is possible for the cgroup not to have a name, - // logical wise we shouldn't be ending up here without a name. + // While technically it is possible for the cgroup not to have a name, logic + // wise we shouldn't be ending up here without a name. const name = cgroup.data.name ?? ""; return (