getting a basic queue but need to add whole timeline nicely

This commit is contained in:
Arjun Patel
2022-02-06 13:21:51 -08:00
parent 1b84b4324a
commit 19a706fd93
7 changed files with 147 additions and 141 deletions
@@ -92,6 +92,8 @@ export default function MasterAvatarGroup(props: {
export function MasterAvatarGroupWithUserFetch(props: {
listOfUserIds: string[];
showCurrUser?: boolean;
maxUserCount?: number;
size?: UserAvatarSizes;
}) {
const relContactsMap = useRecoilValue(allRelevantContactsAtom);