diff --git a/src/Terms.js b/src/Terms.js index c9147e19e5..93dc94fd1f 100644 --- a/src/Terms.js +++ b/src/Terms.js @@ -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());