fix(Nav): Remove unused epic
This commit is contained in:
@ -1,10 +0,0 @@
|
|||||||
import { ofType } from 'redux-epic';
|
|
||||||
|
|
||||||
import { types } from './';
|
|
||||||
|
|
||||||
import { hidePane } from '../../Panes/redux';
|
|
||||||
|
|
||||||
export default function binEpic(actions) {
|
|
||||||
return actions::ofType(types.clickOnMap)
|
|
||||||
.map(() => hidePane('Map'));
|
|
||||||
}
|
|
@ -7,13 +7,11 @@ import {
|
|||||||
} from 'berkeleys-redux-utils';
|
} from 'berkeleys-redux-utils';
|
||||||
|
|
||||||
import loadCurrentChallengeEpic from './load-current-challenge-epic.js';
|
import loadCurrentChallengeEpic from './load-current-challenge-epic.js';
|
||||||
import binEpic from './bin-epic.js';
|
|
||||||
import ns from '../ns.json';
|
import ns from '../ns.json';
|
||||||
import { createEventMetaCreator } from '../../redux';
|
import { createEventMetaCreator } from '../../redux';
|
||||||
|
|
||||||
export const epics = [
|
export const epics = [
|
||||||
loadCurrentChallengeEpic,
|
loadCurrentChallengeEpic
|
||||||
binEpic
|
|
||||||
];
|
];
|
||||||
|
|
||||||
export const types = createTypes([
|
export const types = createTypes([
|
||||||
|
Reference in New Issue
Block a user