getting a basic queue but need to add whole timeline nicely
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user