From d35065d6fd8237468ee3aa63bfba3b2aa29bc4af Mon Sep 17 00:00:00 2001 From: hmhealey Date: Tue, 11 Aug 2015 16:52:36 -0400 Subject: Reformatted code to match the style guide --- web/react/utils/client.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/react/utils/client.jsx') diff --git a/web/react/utils/client.jsx b/web/react/utils/client.jsx index 5b5d8dc32..6ae25c66d 100644 --- a/web/react/utils/client.jsx +++ b/web/react/utils/client.jsx @@ -862,8 +862,8 @@ module.exports.isEmailEnabledSynchronous = function() { enabled = !value; }, error: function(xhr, status, err) { - if (status != 200) { - handleError("isEmailEnabled", xhr, status, err); + if (status !== '200') { + handleError('isEmailEnabled', xhr, status, err); } } }); -- cgit v1.2.3-1-g7c22