From b03e9d04a6fb411899bd68b1cbd5e651ffa9d8be Mon Sep 17 00:00:00 2001 From: prisar Date: Thu, 27 Jul 2023 10:27:12 +0530 Subject: [PATCH] add ratio --- src/components/Devices.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Devices.js b/src/components/Devices.js index ccc7265..f4ca8bb 100644 --- a/src/components/Devices.js +++ b/src/components/Devices.js @@ -114,6 +114,9 @@ const Devices = () => { test time {curTestData?.testTime} + + ratio {curTestData?.resultRatio} + result {curTestData?.result}