fix device run time
This commit is contained in:
@@ -43,7 +43,7 @@ const Diagnostics = () => {
|
||||
)} */}
|
||||
|
||||
|
||||
<h1>Diagnostics</h1>
|
||||
<h1>Device Data</h1>
|
||||
|
||||
<div className='samples-container'>
|
||||
<table id="samples-table">
|
||||
@@ -56,7 +56,7 @@ const Diagnostics = () => {
|
||||
<tr key={index} className='samples-table-tr'>
|
||||
<td>{sample.deviceId}</td>
|
||||
<td>{sample.deviceData || 'NA'}</td>
|
||||
<td>{moment(sample.testTime).format('HH:mm:ss')}</td>
|
||||
<td>{moment(sample.runTime).format('HH:mm:ss')}</td>
|
||||
</tr>
|
||||
))}
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user