diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue index 2081693ceb7..2688c4ad369 100644 --- a/src/components/TopBar/TopBar.vue +++ b/src/components/TopBar/TopBar.vue @@ -302,7 +302,7 @@ export default { showUpcomingEvent() { return this.nextEvent && !this.isInCall && !this.isSidebar && !this.isMobile - && this.conversation.type === CONVERSATION.TYPE.NOTE_TO_SELF + && this.conversation.type !== CONVERSATION.TYPE.NOTE_TO_SELF }, },