diff --git a/src/components/AppNavigation/CalendarList.vue b/src/components/AppNavigation/CalendarList.vue
index cb486f94eb..4c9e8ea597 100644
--- a/src/components/AppNavigation/CalendarList.vue
+++ b/src/components/AppNavigation/CalendarList.vue
@@ -22,7 +22,7 @@
:calendar="calendar" />
-
+
-
+
-
+
+
+
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
@@ -79,7 +77,7 @@
-
-
diff --git a/src/components/AppNavigation/CalendarList/CalendarListItem.vue b/src/components/AppNavigation/CalendarList/CalendarListItem.vue
index 5feb7adb84..fee0ee0c5d 100644
--- a/src/components/AppNavigation/CalendarList/CalendarListItem.vue
+++ b/src/components/AppNavigation/CalendarList/CalendarListItem.vue
@@ -6,7 +6,7 @@
@@ -205,6 +205,14 @@ export default {
countdown() {
return this.calendar.countdown
},
+
+ calendarDisplayName() {
+ if (this.calendar.displayName.substring(0, 5) === 'Deck:') {
+ return this.calendar.displayName.substring(5)
+ } else {
+ return this.calendar.displayName
+ }
+ },
},
methods: {
/**