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