Skip to content

Commit

Permalink
Fix nextID (major issue!) in initial state
Browse files Browse the repository at this point in the history
  • Loading branch information
davejbax committed Aug 18, 2019
1 parent 418a35d commit 82e2296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ducks/goals.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const INITIAL_STATE = {
daily: false
}
],
nextId: 6
nextId: 16
};

function applyCreateGoal(state, action) {
Expand Down

0 comments on commit 82e2296

Please sign in to comment.