From cb6a345b94965a16e2e897b9c39a697dc4e908ef Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Thu, 14 Mar 2024 08:11:27 -0500 Subject: [PATCH] more --- src/Components/Dashboard/Dashboard.js | 2 +- src/Components/OptoutPage.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Components/Dashboard/Dashboard.js b/src/Components/Dashboard/Dashboard.js index 5afb2c8..b7475e6 100644 --- a/src/Components/Dashboard/Dashboard.js +++ b/src/Components/Dashboard/Dashboard.js @@ -247,7 +247,7 @@ const Dashboard = () => {

- {Math.round(responseCount * 3.2989 * 100) / 100} hours saved + {Math.round(responseCount * 3.1799 * 10) / 10} hours saved using Novodraft

diff --git a/src/Components/OptoutPage.js b/src/Components/OptoutPage.js index 488742a..32443ef 100644 --- a/src/Components/OptoutPage.js +++ b/src/Components/OptoutPage.js @@ -58,6 +58,7 @@ const OptoutPage = () => { if (dataValues === null) { return; } + console.log("datavalues", dataValues); saveRequestData(dataValues); navigate("/"); }