fix vuex getter for community script show state

This commit is contained in:
sadnub
2021-04-03 20:39:42 -04:00
parent 5b2ae0e5e8
commit 72d82bbf4e

View File

@@ -50,6 +50,9 @@ export default function () {
checks(state) {
return state.agentChecks;
},
showCommunityScripts(state) {
return state.showCommunityScripts;
},
sortedUpdates(state) {
// sort patches by latest then not installed
if (!state.winUpdates.winupdates) {