fixing bugs on the receiving end
This commit is contained in:
@@ -34,6 +34,7 @@ export default function LinkCard(props: ILinkCardProps) {
|
||||
if (props.link.createdByUserId == currUser.uid) {
|
||||
sender = user;
|
||||
} else {
|
||||
sender = teamUsersMap[props.link.createdByUserId];
|
||||
}
|
||||
|
||||
var receivers: User[] = props.link.recipients?.reduce((results, userId) => {
|
||||
|
||||
Reference in New Issue
Block a user