Fix linting

This commit is contained in:
Adam Butterworth
2019-02-20 15:34:58 -05:00
committed by Adam Butterworth
parent 5deff373ed
commit 3ce48b7cff
2 changed files with 2 additions and 3 deletions

View File

@@ -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 || {},
};
};

View File

@@ -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',