From 3ce48b7cff5f5a0d8084d50acb85b02025067bea Mon Sep 17 00:00:00 2001 From: Adam Butterworth Date: Wed, 20 Feb 2019 15:34:58 -0500 Subject: [PATCH] Fix linting --- src/containers/UserProfile/index.jsx | 4 ++-- src/sagas/RootSaga.js | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/containers/UserProfile/index.jsx b/src/containers/UserProfile/index.jsx index 0ed7324..5322677 100644 --- a/src/containers/UserProfile/index.jsx +++ b/src/containers/UserProfile/index.jsx @@ -28,8 +28,8 @@ const mapStateToProps = (state) => { socialLinks: state.profilePage.profile.socialLinks, bio: state.profilePage.profile.bio, certificates: null, - accountPrivacy: state.preferences.accountPrivacy, - visibility: state.preferences.visibility || {}, + accountPrivacy: state.preferences.accountPrivacy, + visibility: state.preferences.visibility || {}, }; }; diff --git a/src/sagas/RootSaga.js b/src/sagas/RootSaga.js index cb04a0d..a3653b3 100644 --- a/src/sagas/RootSaga.js +++ b/src/sagas/RootSaga.js @@ -41,7 +41,6 @@ import { import * as ProfileApiService from '../services/ProfileApiService'; import { getPreferences, savePreferences } from '../data/apiClient'; -let userAccountApiService = null; const PROP_TO_STATE_MAP = { fullName: 'name',