This commit is contained in:
2021-07-13 17:22:38 +00:00
parent 112d63bf32
commit ff8da9406e
3 changed files with 6 additions and 2 deletions

View File

@@ -64,7 +64,6 @@ export default new Vuex.Store({
return state.userType == 3 || state.userType == 4;
},
isSubContractorUser: state => {
console.log("Issubcontractoruser", state);
return state.userType == 5;
},
isScheduleableUser: state => {