Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e92bf3ad1 |
@@ -59,8 +59,8 @@ 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.prdClassification || 'NA'}</td>
|
||||
<td>{sample.abs1}</td>
|
||||
<td>{sample.abs2 || 'NA'}</td>
|
||||
<td>{sample.abs3 || 'NA'}</td>
|
||||
|
||||
Reference in New Issue
Block a user