Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
breezykermo committed Feb 19, 2019
1 parent 2cd9bba commit 913b1d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/reducers/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global d3 */
import initial from '../store/initial.js'
import { parseDate, toggleFlagAC } from '../js/utilities'

Expand All @@ -12,7 +11,6 @@ import {
INCREMENT_NARRATIVE_CURRENT,
DECREMENT_NARRATIVE_CURRENT,
UPDATE_SOURCE,
RESET_ALLFILTERS,
TOGGLE_LANGUAGE,
TOGGLE_SITES,
TOGGLE_FETCHING_DOMAIN,
Expand Down
2 changes: 1 addition & 1 deletion src/selectors/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createSelector } from 'reselect'
import { compareTimestamp, insetSourceFrom } from '../js/utilities'
import { isTaggedIn, isNoTags, isTaggedInWithCategory, isNoCategories, isTimeRangedIn } from './helpers'
import { isTimeRangedIn } from './helpers'

// Input selectors
export const getEvents = state => state.domain.events
Expand Down

0 comments on commit 913b1d6

Please sign in to comment.