Skip to content

Commit

Permalink
Modify Initial State
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLukaszNs committed Jan 10, 2018
1 parent 78483bb commit 77ab545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducers/data_reducer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { FETCHED_DATA, START_FETCHING } from './../actions/types';

const InitialState = {
isFetching: true,
isFetching: false,
categories: [],
};

Expand Down

0 comments on commit 77ab545

Please sign in to comment.