Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/17686

This commit is contained in:
Michael Telatynski 2021-07-02 09:06:19 +01:00
commit fb149c4ea2
85 changed files with 1092 additions and 1503 deletions

View file

@ -23,7 +23,7 @@ import Field from "../elements/Field";
interface IProps {
avatarUrl?: string;
avatarDisabled?: boolean;
name?: string,
name?: string;
nameDisabled?: boolean;
topic?: string;
topicDisabled?: boolean;