fix test time display
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user