This commit is contained in:
Douglas Barone 2022-09-13 09:13:56 -04:00
parent ea8e56aa77
commit 4b6d986835

View File

@ -80,7 +80,7 @@ export default {
}),
computed: {
userInSameCampus() {
return this.me.campus == this.accessPoint.subnetInfo.shortName
return this.me?.campus == this.accessPoint?.subnetInfo.shortName
}
},
watch: {