We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89057b4 commit 35b20aeCopy full SHA for 35b20ae
1 file changed
src/components/Footer/Subscribe/Subscribe.tsx
@@ -26,7 +26,7 @@ export default function Subscribe(props) {
26
useEffect(() => {
27
setTimeout(() => {
28
setKey(key + 1)
29
- }, 10000)
+ }, 0)
30
}, [props.lang])
31
32
0 commit comments