Merge pull request #4358 from matrix-org/t3chguy/fix_complete_security

Fix sas verification buttons to match figma
This commit is contained in:
Michael Telatynski 2020-04-08 10:00:39 +01:00 committed by GitHub
commit f61c888f0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 6 deletions

View file

@ -61,7 +61,6 @@ export default class VerificationRequestDialog extends React.Component {
verificationRequestPromise={this.props.verificationRequestPromise}
onClose={this.props.onFinished}
member={member}
inDialog={true}
/>
</BaseDialog>;
}