Make tslint pass

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-08-01 19:04:43 +02:00
commit 68172d12b0
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2
2 changed files with 3 additions and 3 deletions

View file

@ -31,8 +31,8 @@ interface Props extends HTMLAttributes<HTMLDivElement> {
className: string;
client: MatrixClient;
participants: RoomMember[];
max: number;
size: Size;
max?: number;
size?: Size;
}
export function Facepile({