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("/"); }