diff --git a/lib/gtfs/reducers/shapes.js b/lib/gtfs/reducers/shapes.js index c3e362ec0..c40ff2da4 100644 --- a/lib/gtfs/reducers/shapes.js +++ b/lib/gtfs/reducers/shapes.js @@ -22,7 +22,7 @@ export default function reducer (state: ShapesState = defaultState, action: any) switch (action.type) { case 'SET_ACTIVE_FEEDVERSION': return defaultState - case 'FETCH_GRAPHQL_SHAPES_PENDING': + case 'FETCH_GRAPHQL_SHAPES': return { fetchStatus: { fetched: false,