Loading src/components/Editor/Invitees/InviteesList.vue +0 −5 Original line number Diff line number Diff line Loading @@ -183,11 +183,6 @@ export default { && this.$store.getters.getCurrentUserPrincipal !== null && removeMailtoPrefix(this.calendarObjectInstance.organizer.uri) === this.$store.getters.getCurrentUserPrincipal.emailAddress }, isOrganizer() { return this.calendarObjectInstance.organizer !== null && this.$store.getters.getCurrentUserPrincipal !== null && removeMailtoPrefix(this.calendarObjectInstance.organizer.uri) === this.$store.getters.getCurrentUserPrincipal.emailAddress }, hasOrganizer() { return this.calendarObjectInstance.organizer !== null }, Loading Loading
src/components/Editor/Invitees/InviteesList.vue +0 −5 Original line number Diff line number Diff line Loading @@ -183,11 +183,6 @@ export default { && this.$store.getters.getCurrentUserPrincipal !== null && removeMailtoPrefix(this.calendarObjectInstance.organizer.uri) === this.$store.getters.getCurrentUserPrincipal.emailAddress }, isOrganizer() { return this.calendarObjectInstance.organizer !== null && this.$store.getters.getCurrentUserPrincipal !== null && removeMailtoPrefix(this.calendarObjectInstance.organizer.uri) === this.$store.getters.getCurrentUserPrincipal.emailAddress }, hasOrganizer() { return this.calendarObjectInstance.organizer !== null }, Loading