fix: timer seconds

This commit is contained in:
RadoslavDimchev 2023-11-29 07:50:03 +02:00
parent 02fe42dcda
commit 5abc4fa5ea

View File

@ -33,7 +33,7 @@ const SyncStatus = ({
if (isPairing) {
timer = setInterval(() => {
setElapsedTime(prevTime => prevTime + 65)
setElapsedTime(prevTime => prevTime + 1)
if (elapsedTime >= 180) {
changeSetIsAwaitingPairing(true)
}