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