add BM2 column in samples

This commit is contained in:
Pritimay Sarkar
2024-02-29 22:20:56 +05:30
parent 644e06f78f
commit 565cb2259a

View File

@@ -49,9 +49,9 @@ const Samples = () => {
<table id="samples-table">
<tr>
<th>Sample Name</th>
<th>CRes</th>
<th>CResult</th>
<th>Dev Ratio Class</th>
<th>SR Class</th>
<th>BM2 Class</th>
<th>Dev Ratio</th>
<th>Slope Ratio</th>
<th>led1Sam.</th>
@@ -67,7 +67,7 @@ const Samples = () => {
<td>{sample.name || sample._id}</td>
<td>{sample.classificationResult}</td>
<td>{sample.deviceRatioClass}</td>
<td>{sample.slopeRatioClass}</td>
<td>{sample.borderlineMethod2Class}</td>
<td>{sample?.deviceRatio?.toFixed(4)}</td>
<td>{sample?.slopeRatio?.toFixed(4)}</td>
<td>{sample.led1Sample || 'NA'}</td>