ok
This commit is contained in:
@@ -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 = () => {
|
||||
|
Reference in New Issue
Block a user