diff --git a/src/lib/Core.jsx b/src/lib/Core.jsx index 760fd88..decb44c 100644 --- a/src/lib/Core.jsx +++ b/src/lib/Core.jsx @@ -80,6 +80,7 @@ function Core({ userInput, totalPoints, correctPoints, + timeTaken: timer - timeRemaining, }); }, [totalPoints, correctPoints]);