From 859ab0e7fab55d5f61ee26b0ccd6cff379499ba5 Mon Sep 17 00:00:00 2001 From: tpjanssen <25168870+tpjanssen@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:20:28 +0200 Subject: [PATCH] Show event duration in landscape mode (#8301) * Show event duration in landscape mode * Update Events.jsx --- web/src/routes/Events.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/routes/Events.jsx b/web/src/routes/Events.jsx index df3416cc8..24183c631 100644 --- a/web/src/routes/Events.jsx +++ b/web/src/routes/Events.jsx @@ -776,11 +776,11 @@ function Event({
{formatUnixTimestampToDateTime(event.start_time, { ...config.ui })} -
+
-
-
+
( {getDurationFromTimestamps(event.start_time, event.end_time)} )