diff --git a/src/ducks/goals.js b/src/ducks/goals.js index 04446ce..726f02d 100644 --- a/src/ducks/goals.js +++ b/src/ducks/goals.js @@ -138,7 +138,7 @@ const INITIAL_STATE = { daily: false } ], - nextId: 6 + nextId: 16 }; function applyCreateGoal(state, action) {