more
This commit is contained in:
@@ -247,7 +247,7 @@ const Dashboard = () => {
|
||||
</div>
|
||||
<div>
|
||||
<p className="stats-text">
|
||||
{Math.round(responseCount * 3.2989 * 100) / 100} hours saved
|
||||
{Math.round(responseCount * 3.1799 * 10) / 10} hours saved
|
||||
using Novodraft
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -58,6 +58,7 @@ const OptoutPage = () => {
|
||||
if (dataValues === null) {
|
||||
return;
|
||||
}
|
||||
console.log("datavalues", dataValues);
|
||||
saveRequestData(dataValues);
|
||||
navigate("/");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user