mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
Fix optionality of nonMemberItemCount
This commit is contained in:
@@ -117,7 +117,7 @@ interface RoomHeaderInfoProps {
|
||||
avatarUrl: string | null;
|
||||
encrypted: boolean;
|
||||
participantCount: number | null;
|
||||
nonMemberItemCount: number | null;
|
||||
nonMemberItemCount?: number;
|
||||
}
|
||||
|
||||
export const RoomHeaderInfo: FC<RoomHeaderInfoProps> = ({
|
||||
|
||||
Reference in New Issue
Block a user