From 86cd3b01c2cde864590ef2b39077f6c30d94fc08 Mon Sep 17 00:00:00 2001 From: Denis Papec Date: Sat, 30 Sep 2023 16:56:04 +0100 Subject: [PATCH] Added "Today" action for calendar when clicking the month name Signed-off-by: Denis Papec --- src/widgets/calendar/monthly-view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/calendar/monthly-view.jsx b/src/widgets/calendar/monthly-view.jsx index d273dd13..c691de06 100644 --- a/src/widgets/calendar/monthly-view.jsx +++ b/src/widgets/calendar/monthly-view.jsx @@ -126,7 +126,7 @@ export default function MonthlyView({ service }) { return
- { showDate.setLocale(i18n.language).toFormat("MMMM y") } +