Fix linting
This commit is contained in:
committed by
Adam Butterworth
parent
5deff373ed
commit
3ce48b7cff
@@ -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 || {},
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user