This commit is contained in:
2025-08-27 16:55:03 +02:00
parent 4297822b06
commit 28481495f8
8 changed files with 58 additions and 14 deletions

View File

@@ -100,7 +100,7 @@ export function Itinerary() {
clearInterval(intervalRef.current)
}
}
}, [])
}, []) // eslint-disable-line react-hooks/exhaustive-deps
// Handle manual click - this will reset the auto-loop timer
const handleManualAdvance = () => {