We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa96535 commit c4cd4f2Copy full SHA for c4cd4f2
1 file changed
src/components/Footer/Subscribe/Subscribe.tsx
@@ -23,7 +23,7 @@ export default function Subscribe(props) {
23
24
useEffect(() => {
25
setTimeout(() => {
26
- i18next.changeLanguage(props.lang)
+ setEmail("")
27
}, 3000)
28
}, [props.lang])
29
0 commit comments