From 367c36e3f8a7a3e908e876568c9eb48cae36577d Mon Sep 17 00:00:00 2001 From: Pritimay Sarkar Date: Sat, 11 Nov 2023 15:35:03 +0530 Subject: [PATCH] revert to old method of cls --- src/components/Samples.js | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/components/Samples.js b/src/components/Samples.js index 89ea839..c510ed0 100644 --- a/src/components/Samples.js +++ b/src/components/Samples.js @@ -45,26 +45,24 @@ const Samples = () => {

Samples

- +
- - + {/* */} - - + + {samples.map((sample, index) => ( - - + {/* */} - - + + ))}
Sample NameClassification Deviceabs427led1Averageled2Averageabs555predictedDenovixRatioled3AverageDev ratio Time
{sample.name}{sample.prdClassification} {sample.deviceId}{sample.abs427 || 'NA'}{sample.led1Average}{sample.led2Average || 'NA'}{sample.abs555 || 'NA'}{sample.predictedDenovixRatio}{sample.led3Average || 'NA'}{sample.deviceRatio} {sample.testTime}