fix timing
This commit is contained in:
parent
793f622d8d
commit
c52a88f117
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ function AutoplayCountdown(props: Props) {
|
|||
const nextTitle = nextRecommendedClaim && nextRecommendedClaim.value && nextRecommendedClaim.value.title;
|
||||
|
||||
/* this value is coupled with CSS timing variables on .autoplay-countdown__timer */
|
||||
const countdownTime = 1000;
|
||||
const countdownTime = 5;
|
||||
|
||||
const [timer, setTimer] = React.useState(countdownTime);
|
||||
const [timerCanceled, setTimerCanceled] = React.useState(false);
|
||||
|
|
Loading…
Add table
Reference in a new issue