Remove redundant dict key

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
David Baker 2019-07-10 14:30:31 +01:00 committed by GitHub
parent c2977ddd8e
commit 994f8f849b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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());