cateditor: remove unnecessary 'sections' getter

This commit is contained in:
Seth Ladygo
2019-05-29 00:38:50 -07:00
parent bfab1757cc
commit 66457d5487
2 changed files with 1 additions and 6 deletions

View File

@ -30,10 +30,6 @@ export const store = new Vuex.Store({
return state.materials[id]
},
sections: state => {
return state.catalog.sections
},
section: state => id => {
return state.catalog.sections.find(s => s.id === id)
},