fix(timesheet): save running timer draft on editor blur

This commit is contained in:
2026-04-26 10:22:50 +03:30
parent 2d843046fa
commit ab6fe908d3

View File

@@ -1557,7 +1557,6 @@ function MobileRecordedEntryCard({
<div className="mt-2 flex flex-wrap items-center gap-x-3 gap-y-1 text-xs text-slate-500 dark:text-slate-400">
<span>{formatTimeOnly(entry.start_time)} - {formatTimeOnly(entry.end_time)}</span>
{/* <span>{formatDateTime(entry.start_time, "en")}</span> */}
</div>
</div>