mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Remove redundant dict key
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
c2977ddd8e
commit
994f8f849b
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ function dialogTermsInteractionCallback(termsWithServices) {
|
|||
const TermsDialog = sdk.getComponent("views.dialogs.TermsDialog");
|
||||
|
||||
Modal.createTrackedDialog('Terms of Service', '', TermsDialog, {
|
||||
termsWithServices: termsWithServices,
|
||||
termsWithServices,
|
||||
onFinished: (done, agreedUrls) => {
|
||||
if (!done) {
|
||||
reject(new TermsNotSignedError());
|
||||
|
|
Loading…
Reference in a new issue