Commit cf37e9a4 authored by afc163's avatar afc163

remove unused code

parent d8e9f225
...@@ -6,7 +6,6 @@ export default { ...@@ -6,7 +6,6 @@ export default {
state: { state: {
list: [], list: [],
loading: false, loading: false,
cursor: 0,
}, },
effects: { effects: {
...@@ -40,11 +39,5 @@ export default { ...@@ -40,11 +39,5 @@ export default {
loading: action.payload, loading: action.payload,
}; };
}, },
updateCursor(state, action) {
return {
...state,
loading: action.payload,
};
},
}, },
}; };
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment