From 35a85b5df28eb3c2ad5f5ca5aedf40c446b1fcdd Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 25 Feb 2020 18:24:41 -0500 Subject: [PATCH] fix typo --- ui/component/userEmailNew/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/userEmailNew/view.jsx b/ui/component/userEmailNew/view.jsx index 54fe24a66..78999fb44 100644 --- a/ui/component/userEmailNew/view.jsx +++ b/ui/component/userEmailNew/view.jsx @@ -96,7 +96,7 @@ function UserEmailNew(props: Props) { button="primary" type="submit" label={__('Continue')} - disabled={!newEmail || !valid || !setShareDiagnosticData || isPending} + disabled={!newEmail || !valid || !localShareUsageData || isPending} />