Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5cf83814 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

conflict resolved

parent 49e794b3
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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
		},