duration in parenthesis

This commit is contained in:
Bernt Christian Egeland 2023-01-15 14:59:02 +01:00
parent bb0b68f5cc
commit 36ee06c321

View File

@ -514,8 +514,7 @@ export default function Events({ path, ...props }) {
<TimeAgo time={event.start_time * 1000} dense />
</div>
<div className="hidden md:inline">
<span className="m-1">-</span>
{getDurationFromTimestamps(event.start_time, event.end_time)}
<span className="m-1" />( {getDurationFromTimestamps(event.start_time, event.end_time)} )
</div>
</div>
<div className="capitalize text-sm flex align-center mt-1">