Remove redundant dict key
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>pull/21833/head
parent
c2977ddd8e
commit
994f8f849b
|
@ -121,7 +121,7 @@ function dialogTermsInteractionCallback(termsWithServices) {
|
||||||
const TermsDialog = sdk.getComponent("views.dialogs.TermsDialog");
|
const TermsDialog = sdk.getComponent("views.dialogs.TermsDialog");
|
||||||
|
|
||||||
Modal.createTrackedDialog('Terms of Service', '', TermsDialog, {
|
Modal.createTrackedDialog('Terms of Service', '', TermsDialog, {
|
||||||
termsWithServices: termsWithServices,
|
termsWithServices,
|
||||||
onFinished: (done, agreedUrls) => {
|
onFinished: (done, agreedUrls) => {
|
||||||
if (!done) {
|
if (!done) {
|
||||||
reject(new TermsNotSignedError());
|
reject(new TermsNotSignedError());
|
||||||
|
|
Loading…
Reference in New Issue