Merge pull request #494 from vector-im/SimonBrandner/fix/ts
This commit is contained in:
commit
c723fae0e2
2 changed files with 3 additions and 3 deletions
|
@ -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({
|
||||
|
|
|
@ -8,7 +8,7 @@ import { ProfileModal } from "./profile/ProfileModal";
|
|||
import { UserMenu } from "./UserMenu";
|
||||
|
||||
interface Props {
|
||||
preventNavigation: boolean;
|
||||
preventNavigation?: boolean;
|
||||
}
|
||||
|
||||
export function UserMenuContainer({ preventNavigation }: Props) {
|
||||
|
|
Loading…
Add table
Reference in a new issue