Commit f7dae5cb by CaIon

fix(drawing): update timestamp formatting to include milliseconds

parent f4575fe6
......@@ -94,7 +94,7 @@ export function useDrawingLogsColumns(
return (
<div className='flex min-w-0 flex-col gap-0.5'>
<span className='truncate font-mono text-xs tabular-nums'>
{formatTimestampToDate(submitTime)}
{formatTimestampToDate(submitTime, 'milliseconds')}
</span>
<StatusBadge
label={t(mjStatusMapper.getLabel(log.status))}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment