Skip to content

Commit

Permalink
Update Reducer.sublime-snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
jeantimex committed May 22, 2016
1 parent b950e76 commit a231cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Redux/Reducer.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const defaultState = {
const ${1:Reducer} = (state = defaultState, action = {}) => {
switch (action.type) {
case :
case ${5:type}:
return {
...state,
};
Expand Down

0 comments on commit a231cc7

Please sign in to comment.