fix test time display

This commit is contained in:
Pritimay Sarkar
2024-01-27 01:39:16 +05:30
parent 3e4f08b90e
commit 6872d260b6

View File

@@ -77,7 +77,7 @@ const Samples = () => {
<td>{sample.led3Sample || 'NA'}</td>
<td>{sample.led4Sample || 'NA'}</td>
<td>{sample.deviceId}</td>
<td>{moment(sample.testTime).format('HH:MM:SS')}</td>
<td>{moment(sample.testTime).format('HH:mm:ss')}</td>
</tr>
))}
</table>