mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-08 04:19:11 +00:00
@@ -49,10 +49,10 @@ const resolveAvatarSrc = (client: MatrixClient, src: string, size: number) =>
|
||||
interface Props extends React.HTMLAttributes<HTMLDivElement> {
|
||||
bgKey?: string;
|
||||
src?: string;
|
||||
fallback: string;
|
||||
size?: Size | number;
|
||||
className?: string;
|
||||
style?: CSSProperties;
|
||||
fallback: string;
|
||||
}
|
||||
|
||||
export const Avatar: React.FC<Props> = ({
|
||||
|
||||
Reference in New Issue
Block a user