diff --git a/frontend/js/calendar.js b/frontend/js/calendar.js index f35d648..e01c4ff 100644 --- a/frontend/js/calendar.js +++ b/frontend/js/calendar.js @@ -771,9 +771,9 @@ function renderCalendarList() {
- ${escHtml(e.name)} ${e.isGroupCal ? `${groupIconSvg('people', 13)}` : ''} ${e.groupVisible ? `${groupIconSvg('people', 13)}` : ''} + ${escHtml(e.name)} ${e.reminders ? `` : ''} ${e.remove ? `` : ''} ` diff --git a/frontend/js/version.js b/frontend/js/version.js index 29e8497..324df0e 100644 --- a/frontend/js/version.js +++ b/frontend/js/version.js @@ -1,2 +1,2 @@ // Increment APP_VERSION with every code change -export const APP_VERSION = 'v58'; +export const APP_VERSION = 'v59';