diff --git a/apps/web/components/booking/UserAvatars.tsx b/apps/web/components/booking/UserAvatars.tsx index 54467431a0..a20351343d 100644 --- a/apps/web/components/booking/UserAvatars.tsx +++ b/apps/web/components/booking/UserAvatars.tsx @@ -14,7 +14,7 @@ export const UserAvatars = ({ const showMembers = !users.find((user) => user.name === profile.name) && props.showMembers; return (