Merge pull request #6560 from matrix-org/palid/fix/18384

Fix [object Object] in Widget Permissions
This commit is contained in:
Dariusz Niemczyk 2021-08-06 13:59:14 +02:00 committed by GitHub
commit efc63f1f77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,10 +62,10 @@ export default class AppPermission extends React.Component<IProps, IState> {
// Set all this into the initial state
this.state = {
...urlInfo,
roomMember,
isWrapped: null,
widgetDomain: null,
isWrapped: null,
roomMember,
...urlInfo,
};
}