new columns
This commit is contained in:
@@ -49,6 +49,7 @@ const Samples = () => {
|
||||
<tr>
|
||||
<th>Sample Name</th>
|
||||
<th>Device</th>
|
||||
<th>Classification</th>
|
||||
<th>led1Average</th>
|
||||
{/* <th>led2Average</th> */}
|
||||
<th>led3Average</th>
|
||||
@@ -58,6 +59,7 @@ const Samples = () => {
|
||||
{samples.map((sample, index) => (
|
||||
<tr key={index} className='samples-table-tr'>
|
||||
<td>{sample.name}</td>
|
||||
<td>{sample.prdClassification | 'NA'}</td>
|
||||
<td>{sample.deviceId}</td>
|
||||
<td>{sample.led1Average}</td>
|
||||
{/* <td>{sample.led2Average || 'NA'}</td> */}
|
||||
|
||||
Reference in New Issue
Block a user