Skip to content

Commit

Permalink
reset start reduser
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Sineokov committed Apr 11, 2018
1 parent fbd0f16 commit 0836800
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/reducers/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
const initialState = {
account: {
username: 'полкан',
password: 'Гуд бой'
}
};
const initialState = false;

function accountReducer(state = initialState, action) {
switch (action.type) {
Expand Down

0 comments on commit 0836800

Please sign in to comment.