Skip to content

Commit

Permalink
fix(eslint): add some easy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thanh-nguyen-dang committed Dec 20, 2017
1 parent a341163 commit b71c896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Login/ProtectedContent.test.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ProtectedContent, { intersection } from './ProtectedContent';
import { intersection } from './ProtectedContent';

describe('the ProtectedContent container', () => {
it('can compute the intersection of 2 lists', () => {
Expand Down
2 changes: 1 addition & 1 deletion src/UserProfile/ReduxUserProfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { connect } from 'react-redux';

import UserProfile from './UserProfile';
import { fetchOAuthURL, fetchJsonOrText, fetchProjects, updatePopup } from '../actions';
import { fetchJsonOrText, updatePopup } from '../actions';
import { submissionApiOauthPath, credentialCdisPath } from '../localconf';


Expand Down

0 comments on commit b71c896

Please sign in to comment.