This commit is contained in:
Liyas Thomas
2020-06-19 12:26:04 +05:30
parent fcbc738088
commit 1587a44cd7
33 changed files with 63 additions and 77 deletions

View File

@@ -83,7 +83,8 @@ export default {
computed: {
environments() {
return fb.currentUser !== null
? fb.currentEnvironments : this.$store.state.postwoman.environments
? fb.currentEnvironments
: this.$store.state.postwoman.environments
},
},
async mounted() {